This commit is contained in:
parent
8d82a92707
commit
f3d0f30a5e
@ -22,7 +22,7 @@ jobs:
|
||||
npm config set registry=https://registry.npmjs.org/
|
||||
npm config set -- '//gitea.pena/api/packages/skeris/npm/:_authToken' "1856e802057f59193ca6fdb4068cbea44982bcc2"
|
||||
npm install --force
|
||||
git status
|
||||
git stash
|
||||
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
|
||||
npm version major
|
||||
elif [ "${{ github.ref }}" == "refs/heads/staging" ]; then
|
||||
@ -30,5 +30,6 @@ jobs:
|
||||
else
|
||||
npm version patch
|
||||
fi
|
||||
git stash pop
|
||||
git push --follow-tags
|
||||
npm publish
|
||||
|
@ -607,6 +607,11 @@
|
||||
resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.32.0.tgz"
|
||||
integrity sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==
|
||||
|
||||
"@rollup/rollup-linux-x64-musl@4.32.0":
|
||||
version "4.32.0"
|
||||
resolved "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.32.0.tgz"
|
||||
integrity sha512-qcb9qYDlkxz9DxJo7SDhWxTWV1gFuwznjbTiov289pASxlfGbaOD54mgbs9+z94VwrXtKTu+2RqwlSTbiOqxGg==
|
||||
|
||||
"@rushstack/node-core-library@3.59.7":
|
||||
version "3.59.7"
|
||||
resolved "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.59.7.tgz"
|
||||
|
Loading…
Reference in New Issue
Block a user