Skip to content

Commit

Permalink
feat: remove dry run from npm publish (#231) (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog authored Oct 18, 2024
1 parent b99ba34 commit f44d0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:

- name: Publish to NPM
if: ${{ steps.release.outputs.release_created }}
run: npm publish --dry-run
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.DATABIOSPHERE_FINDABLE_UI_NPM_PUBLISH_TOKEN }} # Ensure this token is scoped to only the permissions required for npm publication to limit security risks.

0 comments on commit f44d0c3

Please sign in to comment.