Skip to content

Commit

Permalink
Merge pull request #96 from planetscale/joem/fix-release-path
Browse files Browse the repository at this point in the history
ci: fix PATH in release workflow
  • Loading branch information
joemiller authored Jan 6, 2025
2 parents a29630d + 7a71b2d commit 3ef470a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: install autotag binary
run: |
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
Expand Down

0 comments on commit 3ef470a

Please sign in to comment.