Skip to content

Commit

Permalink
Remove publish condition
Browse files Browse the repository at this point in the history
Remove publish condition dependent on now removed github-action-npm-release step.  Since we are manually invoking this action instead of depending on version changes it is not necessary.
  • Loading branch information
bingenito authored Feb 3, 2025
1 parent 95a34c5 commit 6d90691
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 6d90691

Please sign in to comment.