Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

Commit 8b244e2

Browse files
authored
Merge pull request #165 from LibreSign/fix/rollback-previous-pr
fix: rollback previous PR
2 parents 6fedb95 + e534f38 commit 8b244e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
4949
- name: Publish
5050
run: npm publish --provenance --access public
51+
env:
52+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5153

5254
- name: Setup Github Package Registry
5355
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)