Skip to content

Commit

Permalink
Merge pull request #1712 from chris-j-h/fix-release-workflow
Browse files Browse the repository at this point in the history
Temporary version hardcode
  • Loading branch information
Krish1979 committed May 7, 2024
2 parents 03d9c1b + 063d714 commit 32c31c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
echo "::set-output name=key::$(go env GOOS)_$(go env GOARCH)"
echo "::set-output name=version::${GITHUB_REF##*/}"
echo "::set-output name=version::v24.4.0"
# echo "::set-output name=version::${GITHUB_REF##*/}"
- name: 'Check out project files'
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 32c31c2

Please sign in to comment.