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:
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user