Skip to content

Commit

Permalink
Merge pull request #1710 from chris-j-h/fix-release-workflow
Browse files Browse the repository at this point in the history
Temporarily hardcode release version
  • Loading branch information
chris-j-h committed May 7, 2024
2 parents d0ba2ec + 420e2de commit 6295c8e
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 @@ -113,7 +113,8 @@ jobs:
id: env
run: |
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
echo "::set-output name=version::${GITHUB_REF##*/}"
# echo "::set-output name=version::${GITHUB_REF##*/}"
echo "::set-output name=version::v24.4.0"
- name: 'Download artifacts'
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 6295c8e

Please sign in to comment.