From 3f4c0ee79d4647b99e5b296e97b771a79e4a9963 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Tue, 14 May 2024 08:02:34 +0200 Subject: [PATCH] fix: use new project location for release-please-action (#85) --- .github/workflows/release-please.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index e5605c5..688f009 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -54,7 +54,7 @@ jobs: private_key: ${{ secrets.STATNETT_BOT_PRIVATE_KEY }} - id: release - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 + uses: googleapis/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4.1.0 with: config-file: ${{ inputs.config-file }} manifest-file: ${{ inputs.manifest-file }}