ci: ensure release pipeline run after tag (stable) (#2833)
Backport 9a60465163
from #2830.
BEGIN_COMMIT_OVERRIDE
ci: ensure release pipeline run after tag
END_COMMIT_OVERRIDE
Co-authored-by: Jonas L <jooola@users.noreply.github.com>
This commit is contained in:
parent
4855ce6542
commit
866e21e6ed
|
@ -15,6 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: google-github-actions/release-please-action@v4
|
||||
with:
|
||||
token: ${{ secrets.LIBRETIME_BOT_TOKEN }}
|
||||
config-file: .github/release-please-config.json
|
||||
manifest-file: .github/release-please-manifest.json
|
||||
target-branch: ${{ github.ref_name }}
|
||||
|
|
Loading…
Reference in New Issue