Skip to content

Commit

Permalink
fix: Release output bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Nov 18, 2024
1 parent fb1f826 commit ee717ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
set-version:
runs-on: ubuntu-latest
outputs:
release: ${{ steps.check_release.outputs.release }}
release: ${{ steps.set-version.outputs.release }}
version: ${{ steps.set-version.outputs.version }}

steps:
Expand Down

0 comments on commit ee717ff

Please sign in to comment.