Skip to content

Commit

Permalink
Fix referencing of output variable (kyma-project#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
grischperl authored Jan 5, 2024
1 parent e9e8644 commit fcd2ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: verify-release
runs-on: ubuntu-latest
env:
RELEASE_VERSION: ${{ needs.release-version.outputs.release_version }}
RELEASE_VERSION: ${{ needs.verify-release.outputs.release_version }}
outputs:
release_id: ${{ steps.create-draft.outputs.release_id }}
steps:
Expand Down

0 comments on commit fcd2ed2

Please sign in to comment.