Skip to content

Commit

Permalink
Update workflow to publish latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebeel authored Dec 8, 2020
1 parent 84a2a28 commit c15d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# build the project
- run: npm run build

- run: npm publish --access public --tag ${{ github.event.release.target_commitish }}
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: git push
Expand Down

0 comments on commit c15d826

Please sign in to comment.