Skip to content

Commit

Permalink
Merge pull request #26 from juju/release-ci2
Browse files Browse the repository at this point in the history
[ci/release] change $CHANNEL to $TRACK
  • Loading branch information
wallyworld authored May 10, 2023
2 parents e2e7502 + 5818ef5 commit 082ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
esac
echo "track=$TRACK" >> "$GITHUB_OUTPUT"
if [[ -z $CHANNEL ]]; then
if [[ -z $TRACK ]]; then
echo "upload=false" >> "$GITHUB_OUTPUT"
else
echo "upload=true" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 082ea81

Please sign in to comment.