Skip to content

Commit

Permalink
test-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Natesh Mogera committed Aug 31, 2023
1 parent 0c1062b commit 3d1b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Install dependencies and build 🔧
run: npm ci
- name: Publish package on NPM 📦
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3d1b287

Please sign in to comment.