mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-18 02:22:46 -05:00
Update release-snapshot.yml
This commit is contained in:
parent
91ffc00b30
commit
88e0207398
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-snapshot.yml
vendored
2
.github/workflows/release-snapshot.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
echo "sha_short=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
|
||||
echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >> "$GITHUB_ENV"
|
||||
- name: Bump up package
|
||||
run: npm version prerelease --no-git-tag-version --preid ${{ env.branch }}.${{ env.sha_short }}
|
||||
run: npm version prerelease --no-git-tag-version --preid ${{ env.sha_short }}
|
||||
- name: Publish
|
||||
run: sh scripts/publish-prerelease.sh
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue