Skip to content

Commit

Permalink
Temporarily skip ubuntu release so we can trigger a mac-only release
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed May 7, 2024
1 parent 03d9c1b commit 063d714
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 063d714

Please sign in to comment.