From f3d0f30a5e110db59caabfd2de44a39b9fcd4cca Mon Sep 17 00:00:00 2001 From: skeris Date: Wed, 14 May 2025 16:52:03 +0300 Subject: [PATCH] -- --- .gitea/workflows/deploy.yml | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3b0afb0..f80014f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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 diff --git a/yarn.lock b/yarn.lock index 174aa46..fe2fa14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"