v1.0.92 no git tag
This commit is contained in:
parent
ebaaf06166
commit
b67a1abf10
@ -25,10 +25,10 @@ jobs:
|
||||
npm config set -- '//gitea.pena/api/packages/skeris/npm/:_authToken' "1856e802057f59193ca6fdb4068cbea44982bcc2"
|
||||
npm install --force
|
||||
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
||||
npm version major
|
||||
npm version major --no-git-tag-version
|
||||
elif [ "${{ github.ref }}" == "refs/heads/staging" ]; then
|
||||
npm version minor
|
||||
npm version minor --no-git-tag-version
|
||||
else
|
||||
npm version patch
|
||||
npm version patch --no-git-tag-version
|
||||
fi
|
||||
npm publish
|
Loading…
Reference in New Issue
Block a user