Skip to content

Commit

Permalink
Merge pull request #76 from planetscale/joem/gha-fix-branch-name
Browse files Browse the repository at this point in the history
ci(gha): fix leftover branch name from testing
  • Loading branch information
joemiller authored Oct 9, 2024
2 parents 463cae3 + 8804471 commit a7f6c0b
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 a7f6c0b

Please sign in to comment.