Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdelrue authored Nov 1, 2020
1 parent 923a707 commit ece79f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
tag=${{ github.ref }}
marker=${tag##*-}
echo $marker
if [[ $marker -eq "red" ]]
if [[ $marker -eq "red" ]];
then
echo red pill
echo "::set-output name=build::red"
elif [[ $marker -eq "blue" ]]
elif [[ $marker -eq "blue" ]];
then
echo blue pill
echo "::set-output name=build::blue"
fi
Expand Down

0 comments on commit ece79f4

Please sign in to comment.