mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +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'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- run: |
|
- run: |
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
run: |
|
- run: |
|
||||||
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
|
TAG=$(echo $GITHUB_REF_NAME | grep -oP '^v\d+\.\d+\.\d+-?\K(\w+)?')
|
||||||
npm publish --tag ${TAG:-latest}
|
npm publish --tag ${TAG:-latest}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user