Skip to content

Commit

Permalink
fix-release-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ozansz committed Jan 31, 2024
1 parent fd53b9d commit 8016a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
run: |
build_tag="${{ github.ref_name }}"
if [[ "$build_tag" != *-alpha ]]; then
build_tag+= ",latest"
build_tag += ",latest"
fi
./deploy/scripts/build.sh "$build_tag" gcr.io/edgedelta all

0 comments on commit 8016a86

Please sign in to comment.