From b86872e54701810da507b65b28ac947069149c20 Mon Sep 17 00:00:00 2001 From: ahuseyn Date: Mon, 4 May 2026 12:10:23 +0200 Subject: [PATCH] ci: Fix npm publishing and GitHub release creation --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index d9071a050..c3bbc5f23 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -41,7 +41,7 @@ jobs: run: npm ci - name: Upgrade npm for OIDC support - run: npm install -g npm@^11.5.1 + run: npm install -g npm@11.13.0 - name: Verify OIDC token availability run: | @@ -63,4 +63,4 @@ jobs: - name: Push tags if: inputs.push-tags - run: git push --follow-tags + run: git push origin --tags