Skip to content

Commit 12cda90

Browse files
committed
fix: debug npm trusted publisher
1 parent 11c95e6 commit 12cda90

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ on:
77
jobs:
88
release-to-npm:
99
name: NPM
10-
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
11-
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
13-
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
10+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@npm-trusted-publish
11+
with:
12+
action_ref: npm-trusted-publish
13+
dryRun: true
1414

1515
release-to-jsr:
1616
name: JSR

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,5 @@ dist
129129
.yarn/install-state.gz
130130
.pnp.*
131131
.tshy
132+
133+
*-lock.json

0 commit comments

Comments
 (0)