Skip to content

Commit 95e1341

Browse files
committed
fix(ci): correct npm provenance auth for trusted publishers
1 parent 96ae971 commit 95e1341

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
with:
3535
node-version-file: ".nvmrc"
3636
cache: "npm"
37-
registry-url: "https://registry.npmjs.org"
3837
- name: Import GPG Key
3938
uses: crazy-max/ghaction-import-gpg@v6
4039
with:
@@ -69,12 +68,10 @@ jobs:
6968
env:
7069
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7170

72-
# --- Publish npm packages (core, cli, tree-sitter-modelica) ---
7371
- name: Publish to npm
7472
run: npx nx release publish --yes
7573
env:
7674
NPM_CONFIG_PROVENANCE: true
77-
NODE_AUTH_TOKEN: ""
7875

7976
# --- Publish VS Code Extension ---
8077
- name: Sync VS Code Extension Version

0 commit comments

Comments
 (0)