Skip to content

Commit 33548f4

Browse files
committed
ci: fix PATH issue in release workflow
1 parent 6ded948 commit 33548f4

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)