Skip to content

Commit b262096

Browse files
authored
Merge pull request #290 from axel7083/fix/ci/release-yaml/missing-id
fix(ci): release.yaml missing step id
2 parents 36e2eaf + a681524 commit b262096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ jobs:
128128
steps:
129129
- uses: podman-desktop/gh-extensions-actions/.github/actions/oci-build@19efb8f2422c54ad8904ad068ad363bcabaacc96 # v0.1.0
130130
name: build-oci
131+
id: build-oci
131132
with:
132133
image-name: '${{ github.repository }}'
133134
ref: ${{ needs.tag.outputs.githubTag }}
134135

135136
publish-oci:
136-
needs: [build-oci]
137+
needs: [tag, build-oci]
137138
runs-on: ubuntu-24.04
138139
permissions:
139140
contents: read

0 commit comments

Comments
 (0)