Skip to content

Commit 51c6370

Browse files
committed
fix: publish on npm and GPR
1 parent 3b4ff86 commit 51c6370

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
uses: zakodium/workflows/.github/workflows/release.yml@release-v1
1212
with:
1313
npm: true
14+
public: true
1415
secrets:
1516
github-token: ${{ secrets.BOT_TOKEN }}
1617
npm-token: ${{ secrets.NPM_BOT_TOKEN }}

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
package-lock=false
2-
access=public

0 commit comments

Comments
 (0)