We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff12c21 commit 2dbb9c3Copy full SHA for 2dbb9c3
1 file changed
.github/workflows/semantic-release.yml
@@ -9,6 +9,7 @@ permissions:
9
contents: write
10
issues: write
11
pull-requests: write
12
+ id-token: write
13
14
jobs:
15
build:
@@ -34,6 +35,7 @@ jobs:
34
35
node-version: '22.x'
36
cache: 'pnpm'
37
cache-dependency-path: pnpm-lock.yaml
38
+ registry-url: 'https://registry.npmjs.org'
39
40
- name: Install Dependencies
41
run: pnpm install --frozen-lockfile
@@ -45,4 +47,4 @@ jobs:
45
47
run: pnpm run semantic-release
46
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
50
+ # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments