Skip to content

Commit 74cc41e

Browse files
Use trusted publishing-safe Node setup in release workflow
1 parent 4a517a6 commit 74cc41e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ jobs:
135135
uses: actions/setup-node@v4
136136
with:
137137
node-version: "24"
138-
registry-url: "https://registry.npmjs.org"
139138

140139
- name: Set package version from tag
141140
run: npm version "${GITHUB_REF_NAME#v}" --no-git-tag-version --allow-same-version

0 commit comments

Comments
 (0)