Skip to content

Commit 94f4826

Browse files
authored
Merge pull request #291 from axel7083/fix/ci/release-yaml/missing-run-id
fix(ci): release.yaml missing step id
2 parents b262096 + 3bd5702 commit 94f4826

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ jobs:
150150
tag: ${{ needs.tag.outputs.extVersion }} latest
151151
artifact-id: ${{ needs.build-oci.outputs.artifact-id }}
152152
github-token: ${{ secrets.GITHUB_TOKEN }}
153+
run-id: ${{ github.run_id }}
153154

154155
release:
155156
needs: [tag, publish-oci]

0 commit comments

Comments
 (0)