ci: ensure release pipeline run after tag (#2830)
By default, Release Please uses the built-in GITHUB_TOKEN secret. However, all resources created by release-please (release tag or release pull request) will not trigger future GitHub actions workflows, and workflows normally triggered by release.created events will also not run.
This commit is contained in:
parent
d5dea88521
commit
9a60465163
|
@ -15,6 +15,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: google-github-actions/release-please-action@v4
|
- uses: google-github-actions/release-please-action@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.LIBRETIME_BOT_TOKEN }}
|
||||||
config-file: .github/release-please-config.json
|
config-file: .github/release-please-config.json
|
||||||
manifest-file: .github/release-please-manifest.json
|
manifest-file: .github/release-please-manifest.json
|
||||||
target-branch: ${{ github.ref_name }}
|
target-branch: ${{ github.ref_name }}
|
||||||
|
|
Loading…
Reference in New Issue