Skip to content

Commit

Permalink
Merge pull request #130 from bingenito/main
Browse files Browse the repository at this point in the history
Remove publish condition
  • Loading branch information
bingenito authored Feb 3, 2025
2 parents 95a34c5 + 6d90691 commit 9189cbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
run: npm ci && npm run build-release

- name: Publish
if: steps.release.outputs.released == 'true'
run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 9189cbd

Please sign in to comment.