Skip to content

Commit bb8c9f9

Browse files
authored
Fix: workflow un-needed environment variables. (#65)
* fix: workflow remove un-needed env variable
1 parent bcfed31 commit bb8c9f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,3 @@ jobs:
8888
# ✅ Publish to npm
8989
- name: Publish to npm
9090
run: npm publish --provenance --access public
91-
env:
92-
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)