diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8da8e8d0..28676f0d 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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.