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:
github-actions[bot] 2023-12-22 21:33:21 +01:00 committed by GitHub
parent 4855ce6542
commit 866e21e6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}