1
0
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:
Mateusz Kwasniewski 2023-02-08 17:03:12 +01:00 committed by GitHub
parent 98d1079169
commit 5e98b8cb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}