Skip to content

Commit

Permalink
fix: "GH action" push tags for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 8, 2023
1 parent 98d1079 commit 5e98b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-publish-new-version.yaml
Expand Up @@ -44,6 +44,6 @@ jobs:
run: |
npm version prerelease --preid=beta --ignore-scripts
git push origin ${{ github.ref_name }}
npm publish --ignore-scripts
git push --tags
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5e98b8c

Please sign in to comment.