Skip to content

Commit

Permalink
feat: try something new
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasDeco committed Aug 13, 2024
1 parent 264d0d8 commit b01276f
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 @@ -37,7 +37,7 @@ jobs:

- name: Publish to npm
if: steps.check.outputs.changed
run: npm publish --access=public
run: npm ci && npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_KEY }}

0 comments on commit b01276f

Please sign in to comment.