mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix: "GH action" push tags for publish
This commit is contained in:
parent
98d1079169
commit
5e98b8cb96
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user