Skip to content

Commit 69392cf

Browse files
committed
chore: remove unnecessary environment variable from npm publish step
1 parent 1346ad2 commit 69392cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish npm Release
22

33
on:
4-
workflow_dispatch: # Manual trigger for testing
4+
workflow_dispatch:
55
push:
66
tags:
77
- 'v*.*.*'
@@ -41,8 +41,6 @@ jobs:
4141
echo "🚀 Production: Publishing to npm"
4242
npm publish --provenance
4343
fi
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4644
4745
- name: Create GitHub Release
4846
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)