Skip to content

Commit 3a1f194

Browse files
committed
chore: switch to npm trusted publishing
1 parent 67cbaf5 commit 3a1f194

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/release-nightly.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ jobs:
4040
- name: 📦 release nightly
4141
if: github.event_name == 'push'
4242
run: pnpm changelogen --canary nightly --publish
43-
env:
44-
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
45-
NPM_CONFIG_PROVENANCE: true

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ jobs:
3939

4040
- name: 📦 Release
4141
run: pnpm changelogen --publish
42-
env:
43-
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_NODE_AUTH_TOKEN }}
44-
NPM_CONFIG_PROVENANCE: true
4542

4643
- name: 🏷️ Create tag
4744
run: |

0 commit comments

Comments
 (0)