From cbd2e78bf50a042d466a9e44148f4b660799cae9 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 24 May 2024 16:15:08 +0200 Subject: [PATCH] ci: use new release-please action (#506) --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a5b035c..4db64fa 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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