mirror of
https://github.com/vitalygashkov/crextractor.git
synced 2026-07-15 17:40:03 +02:00
chore: remove npm token from workflow env
This commit is contained in:
@@ -3,7 +3,7 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
@@ -36,8 +36,6 @@ jobs:
|
||||
# Publish with the appropriate tag
|
||||
- name: Publish to npm
|
||||
run: npm publish --tag ${{ steps.version.outputs.NPM_TAG }}
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
# Only create GitHub releases for stable versions
|
||||
- name: Create GitHub Release
|
||||
|
||||
Reference in New Issue
Block a user