mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
chore: release snapshot id refactor
This commit is contained in:
parent
43de79d46a
commit
8ec5b2cb6f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-snapshot.yml
vendored
2
.github/workflows/release-snapshot.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Build
|
||||
run: yarn build
|
||||
- name: Bump up package
|
||||
run: npm version prerelease --no-git-tag-version --preid $(date +%s%N)
|
||||
run: npm version prerelease --no-git-tag-version --preid $(date +%s)
|
||||
- name: Publish
|
||||
run: sh scripts/publish-prerelease.sh
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue