Skip to content

Commit 004235f

Browse files
authored
feat: use npm trusted publisher (#1)
node-modules/github-actions#14 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the release workflow configuration to reference the latest reusable workflow version. No impact on user-facing features. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2b579c1 commit 004235f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
jobs:
88
release-to-npm:
99
name: NPM
10-
uses: node-modules/github-actions/.github/workflows/npm-release.yml@npm-trusted-publish
11-
with:
12-
action_ref: npm-trusted-publish
10+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
1311

1412
release-to-jsr:
1513
name: JSR

0 commit comments

Comments
 (0)