Skip to content

Commit

Permalink
Do not echo
Browse files Browse the repository at this point in the history
  • Loading branch information
dippynark committed Dec 27, 2023
1 parent f41bbc7 commit ac37b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
set -euo pipefail
# https://github.com/github/docs/issues/15319#issuecomment-1662257301
echo TAG="${{ github.event.pull_request && github.head_ref || github.ref_name }}"
TAG="${{ github.event.pull_request && github.head_ref || github.ref_name }}"
if [ "$TAG" = "main" ]; then
TAG=latest
fi
Expand Down

0 comments on commit ac37b66

Please sign in to comment.