Skip to content

Commit c1a4db6

Browse files
committed
--
1 parent 3b43d6f commit c1a4db6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ permissions:
1717
pull-requests: write
1818
id-token: write
1919

20+
env:
21+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
22+
2023
concurrency:
2124
group: release-please-${{ github.ref }}
2225
cancel-in-progress: false
@@ -59,4 +62,4 @@ jobs:
5962
- name: Publish to NPM
6063
run: pnpm publish --no-git-checks --access public --provenance
6164
env:
62-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
65+
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN || secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)