Skip to content

Commit 8ab91be

Browse files
authored
ci: Fix npm publishing and GitHub release creation (#2345)
1 parent ee2b7ae commit 8ab91be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: npm ci
4242

4343
- name: Upgrade npm for OIDC support
44-
run: npm install -g npm@^11.5.1
44+
run: npm install -g npm@11.13.0
4545

4646
- name: Verify OIDC token availability
4747
run: |
@@ -63,4 +63,4 @@ jobs:
6363

6464
- name: Push tags
6565
if: inputs.push-tags
66-
run: git push --follow-tags
66+
run: git push origin --tags

0 commit comments

Comments
 (0)