chore: remove npm token from workflow env

This commit is contained in:
Vitaly Gashkov
2026-02-08 14:03:52 +05:00
parent 4264727c33
commit fc11a30c73
+1 -3
View File
@@ -3,7 +3,7 @@ name: Publish
on: on:
push: push:
tags: tags:
- 'v*' - "v*"
jobs: jobs:
publish: publish:
@@ -36,8 +36,6 @@ jobs:
# Publish with the appropriate tag # Publish with the appropriate tag
- name: Publish to npm - name: Publish to npm
run: npm publish --tag ${{ steps.version.outputs.NPM_TAG }} run: npm publish --tag ${{ steps.version.outputs.NPM_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# Only create GitHub releases for stable versions # Only create GitHub releases for stable versions
- name: Create GitHub Release - name: Create GitHub Release