Skip to content

Commit e1a08f7

Browse files
committed
📦 Chore: update actions
1 parent cacd423 commit e1a08f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Build
4242
run: pnpm run build
4343

44+
- name: Unset NODE_AUTH_TOKEN
45+
run: unset NODE_AUTH_TOKEN
46+
4447
- name: Publish (master)
4548
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
4649
run: pnpm publish --access public --provenance

0 commit comments

Comments
 (0)