Skip to content

Commit ee717ff

Browse files
committed
fix: Release output bug
1 parent fb1f826 commit ee717ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
set-version:
5555
runs-on: ubuntu-latest
5656
outputs:
57-
release: ${{ steps.check_release.outputs.release }}
57+
release: ${{ steps.set-version.outputs.release }}
5858
version: ${{ steps.set-version.outputs.version }}
5959

6060
steps:

0 commit comments

Comments
 (0)