Skip to content

Commit

Permalink
npm publish corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed Oct 29, 2021
1 parent a5bdf63 commit 2e69bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
working-directory: artifacts

- name: publish
run: npm publish
working-directory: artifacts
run: npm publish artifacts --tag ${{github.event.release.tag_name}}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand Down

0 comments on commit 2e69bd5

Please sign in to comment.