Skip to content

Commit

Permalink
fix: remove public flag to see if something changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lyricalsoul committed Nov 17, 2024
1 parent 22745f6 commit a00090c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
scope: '@musicorum'
- run: npm ci
- run: npm run build
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit a00090c

Please sign in to comment.