fix: publish yml edit level env
Some checks failed
Publish / Publish Job (push) Failing after 1m14s

This commit is contained in:
Дмитрий
2026-03-27 10:51:14 +03:00
parent 273bdd685b
commit 15c2ed57c7

View File

@@ -9,6 +9,8 @@ jobs:
publish:
name: Publish Job
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -34,5 +36,3 @@ jobs:
- name: Publish package
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}