mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01:00
fix: action release.yml
This commit is contained in:
parent
251df96a91
commit
edaa31f3f7
2
frontend/.github/workflows/release.yml
vendored
2
frontend/.github/workflows/release.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
yarn install --frozen-lockfile
|
||||
run: |
|
||||
- run: |
|
||||
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
|
||||
npm publish --tag ${TAG:-latest}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user