We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a29630d + 7a71b2d commit 3ef470aCopy full SHA for 3ef470a
.github/workflows/release.yaml
@@ -66,6 +66,7 @@ jobs:
66
- name: install autotag binary
67
run: |
68
curl -sL https://git.io/autotag-install | sh -s -- -b "${RUNNER_TEMP}/bin"
69
+ echo "${RUNNER_TEMP}/bin" >> $GITHUB_PATH
70
71
- name: Install GoReleaser
72
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
0 commit comments