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.
1 parent 03d9c1b commit 063d714Copy full SHA for 063d714
.github/workflows/release.yml
@@ -55,7 +55,8 @@ jobs:
55
run: |
56
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
57
echo "::set-output name=key::$(go env GOOS)_$(go env GOARCH)"
58
- echo "::set-output name=version::${GITHUB_REF##*/}"
+ echo "::set-output name=version::v24.4.0"
59
+# echo "::set-output name=version::${GITHUB_REF##*/}"
60
- name: 'Check out project files'
61
uses: actions/checkout@v2
62
with:
0 commit comments