Skip to content

Commit 96a78d7

Browse files
authored
Merge pull request #2684 from srod/develop
fix: remove registry-url to enable npm Trusted Publishing OIDC
2 parents 0c52ec8 + a1c37a6 commit 96a78d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: '22'
34-
registry-url: 'https://registry.npmjs.org'
3534

3635
- name: 🔧 Upgrade npm for OIDC support
3736
run: npm install -g npm@latest
@@ -48,3 +47,4 @@ jobs:
4847
createGithubReleases: true
4948
env:
5049
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)