1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: "Github actions" ignore npm publish scripts

This commit is contained in:
Mateusz Kwasniewski 2023-02-08 16:29:49 +01:00 committed by GitHub
parent 4e6acc397f
commit 072154a06f
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
npm publish --ignore-scripts
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}