--
Some checks failed
CreateVersion / BumpVersion (push) Failing after 9s

This commit is contained in:
skeris 2025-05-14 16:34:38 +03:00
parent b1366656a6
commit 8d82a92707

@ -21,8 +21,8 @@ jobs:
npm config set @frontend:registry=http://gitea.pena/api/packages/skeris/npm/ npm config set @frontend:registry=http://gitea.pena/api/packages/skeris/npm/
npm config set registry=https://registry.npmjs.org/ npm config set registry=https://registry.npmjs.org/
npm config set -- '//gitea.pena/api/packages/skeris/npm/:_authToken' "1856e802057f59193ca6fdb4068cbea44982bcc2" npm config set -- '//gitea.pena/api/packages/skeris/npm/:_authToken' "1856e802057f59193ca6fdb4068cbea44982bcc2"
git status
npm install --force npm install --force
git status
if [ "${{ github.ref }}" == "refs/heads/main" ]; then if [ "${{ github.ref }}" == "refs/heads/main" ]; then
npm version major npm version major
elif [ "${{ github.ref }}" == "refs/heads/staging" ]; then elif [ "${{ github.ref }}" == "refs/heads/staging" ]; then