Skip to content

Commit

Permalink
fix get-version
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Apr 8, 2024
1 parent e9db77c commit fca9a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
case "$BRANCHNAME" in
master | [2-9][0-9].[0-9][0-9].x)
echo "release=1" >> $GITHUB_OUTPUT
echo "release_cloud=$GITHUB_RELEASE_CLOUD" >> $GITHUB_OUTPUT
echo "release_cloud=1" >> $GITHUB_OUTPUT
echo "release_type=$GITHUB_RELEASE_TYPE" >> $GITHUB_OUTPUT
;;
release* | hotfix*)
Expand Down

0 comments on commit fca9a28

Please sign in to comment.