Skip to content

Commit 20d0ac8

Browse files
galzilberclaude
andauthored
fix(ci): switch release publish to OIDC trusted publishing (#1011)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8b37d7e commit 20d0ac8

3 files changed

Lines changed: 2 additions & 62 deletions

File tree

.github/workflows/release-otel-v1.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: pnpm/action-setup@v2
2828
with:
2929
version: 10
30-
- uses: actions/setup-node@v3
30+
- uses: actions/setup-node@v4
3131
with:
3232
cache: "pnpm"
3333
node-version-file: ".nvmrc"
@@ -54,11 +54,6 @@ jobs:
5454
tag_name: ${{ env.CURRENT_VERSION }}
5555
env:
5656
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
57-
- name: "NPM Identity"
58-
env:
59-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
60-
run: |
61-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
6257
- name: Build for Release
6358
run: pnpm nx run-many --target=build --parallel=3
6459
- name: Publish

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

0 commit comments

Comments
 (0)