Skip to content

Commit

Permalink
fix ci environment bash if else (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgeng authored Dec 20, 2021
1 parent 4e88ea8 commit f3a8fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
elif [[ $GITHUB_REF_NAME = "main" ]]; then
echo "::set-output name=env::production"
echo Environment set to 'production'
else:
else
echo '$GITHUB_REF_NAME' does not equal 'staging' or 'main'
exit 1
fi
Expand Down

0 comments on commit f3a8fd1

Please sign in to comment.