Skip to content

Commit a4ac5da

Browse files
authored
Merge pull request #292 from axel7083/fix/ci/release-yaml/use-single-tag
fix(ci): release.yaml use version tag
2 parents 94f4826 + d5cfe6e commit a4ac5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
registry: 'ghcr.io'
148148
registry-username: ${{ github.repository_owner }}
149149
registry-password: ${{ secrets.GITHUB_TOKEN }}
150-
tag: ${{ needs.tag.outputs.extVersion }} latest
150+
tag: ${{ needs.tag.outputs.extVersion }}
151151
artifact-id: ${{ needs.build-oci.outputs.artifact-id }}
152152
github-token: ${{ secrets.GITHUB_TOKEN }}
153153
run-id: ${{ github.run_id }}

0 commit comments

Comments
 (0)