mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
ci: use new release-please action (#506)
This commit is contained in:
parent
2b38e0363a
commit
cbd2e78bf5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- id: release
|
||||
uses: google-github-actions/release-please-action@v4
|
||||
uses: googleapis/release-please-action@v4
|
||||
with:
|
||||
token: ${{ secrets.HCLOUD_BOT_TOKEN }}
|
||||
config-file: .github/release-please-config.json
|
||||
|
|
Loading…
Reference in a new issue