mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: release script syntax
This commit is contained in:
parent
9f49e5a965
commit
2f638334b1
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
yarn install --frozen-lockfile
|
||||
- run: |
|
||||
LATEST=$(npm show unleash-server version)
|
||||
TAG=${node scripts/npm-tag.js $LATEST}
|
||||
TAG=$(node scripts/npm-tag.js $LATEST)
|
||||
npm publish --tag ${TAG:-latest}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user