Skip to content

Commit 2373aad

Browse files
authored
Merge pull request #106 from planetscale/joem/fix-gha-release-wf-autotag-path
ci: fix PATH issue in release workflow
2 parents 6ded948 + 33548f4 commit 2373aad

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
@@ -29,6 +29,7 @@ jobs:
2929
- name: install autotag binary
3030
run: |
3131
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
32+
echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
3233
3334
- name: increment tag and create release
3435
run: |

0 commit comments

Comments
 (0)