Skip to content

Commit

Permalink
fix: Add public scope to NPM package publish in action
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsmueller committed Sep 13, 2024
1 parent 9b7cfe4 commit 272260c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Publish to NPM
run: |
npm config set scope maplelabs
npm publish
npm publish --access=public
- name: Create and Push Tag
env:
Expand Down

0 comments on commit 272260c

Please sign in to comment.