Skip to content

Commit b6ce1e9

Browse files
committed
fix: set id on release trigger
1 parent df9739b commit b6ce1e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-please.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
runs-on: "ubuntu-latest"
1414
steps:
1515
- uses: "googleapis/release-please-action@v4"
16+
id: "release"
1617
with:
1718
release-type: "simple"
1819
build-images:
@@ -32,4 +33,4 @@ jobs:
3233
context: .
3334
platforms: linux/amd64
3435
push: true
35-
tags: ghcr.io/${{ github.repository }}:${{ steps.release-please.outputs.tag_name }}
36+
tags: ghcr.io/${{ github.repository }}:${{ steps.release.outputs.tag_name }}

0 commit comments

Comments
 (0)