Skip to content

Commit

Permalink
ci(gha): fix leftover branch name from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joemiller committed Oct 9, 2024
1 parent 463cae3 commit 8804471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
set -xeou pipefail
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
new_version=$(${RUNNER_TEMP}/bin/autotag -n -b joem/optimize-image-pull)
new_version=$(${RUNNER_TEMP}/bin/autotag -n)
echo "new_version=$new_version" >> $GITHUB_ENV
- name: login to ghcr.io
Expand Down

0 comments on commit 8804471

Please sign in to comment.