Skip to content

Commit

Permalink
do not just publish next
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrolich committed Sep 6, 2020
1 parent b28efc6 commit c9b283b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Publish
if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')
run: npm publish --tag=next
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN_JAAP }}

Expand Down

0 comments on commit c9b283b

Please sign in to comment.