Skip to content

Commit 12ce2f7

Browse files
authored
Merge pull request #101 from geolonia/fix/oidc-publish
fix(ci): enable npm OIDC Trusted Publishing
2 parents 337cb38 + abf43c2 commit 12ce2f7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
with:
6565
node-version: 22
6666
cache: npm
67-
registry-url: "https://registry.npmjs.org"
6867
- name: Remove local-only dependencies
6968
run: node -e "const p=require('./package.json'); delete p.devDependencies.geonicdb; delete p.devDependencies.mongodb; require('fs').writeFileSync('package.json', JSON.stringify(p, null, 2)+'\n')"
7069
- run: npm install
@@ -79,5 +78,3 @@ jobs:
7978
- run: npm run build
8079
- name: Publish to npm (OIDC Trusted Publishing)
8180
run: npm publish --provenance
82-
env:
83-
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)