From b6ce1e97cb4ba80b2a05495519c6404a3f958852 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Wed, 3 Jul 2024 13:27:30 +0200 Subject: [PATCH] fix: set id on release trigger --- .github/workflows/release-please.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 12901b5..71908a5 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -13,6 +13,7 @@ jobs: runs-on: "ubuntu-latest" steps: - uses: "googleapis/release-please-action@v4" + id: "release" with: release-type: "simple" build-images: @@ -32,4 +33,4 @@ jobs: context: . platforms: linux/amd64 push: true - tags: ghcr.io/${{ github.repository }}:${{ steps.release-please.outputs.tag_name }} + tags: ghcr.io/${{ github.repository }}:${{ steps.release.outputs.tag_name }}