Skip to content

Commit

Permalink
Fix variable interpolation syntax in repository workflow after 9c972b7
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Apr 27, 2024
1 parent 9c972b7 commit d16f26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-development-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: release
run: |
version=${GITHUB_REF/refs\/tags\//}
pre-release=${github.event.inputs.pre-release}
pre-release=${{ github.event.inputs.pre-release }}
if [[ ! -z "${pre-release}" ]] ;
then
echo "pre-release=${pre-release}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d16f26e

Please sign in to comment.