Skip to content

Commit

Permalink
ci: add release secret
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Jul 18, 2024
1 parent 309f975 commit 8f204bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
manifest-file: .github/.release-please-manifest.json
config-file: .github/release-please-config.json
token: ${{ secrets.RELEASE_PLEASE_TOKEN }}

- if: ${{ github.event.inputs.publish-release == 'true' || steps.release.outputs.release_created }}
uses: actions/checkout@v4
Expand Down

0 comments on commit 8f204bc

Please sign in to comment.