Skip to content

Commit 3ef470a

Browse files
authored
Merge pull request #96 from planetscale/joem/fix-release-path
ci: fix PATH in release workflow
2 parents a29630d + 7a71b2d commit 3ef470a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: install autotag binary
6767
run: |
6868
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
69+
echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
6970
7071
- name: Install GoReleaser
7172
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6

0 commit comments

Comments
 (0)