Skip to content

Commit

Permalink
ci: fix github.ref read
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 3, 2024
1 parent c6c8631 commit b886e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
timeout-minutes: 60
env:
SHEAR_VERSION: ${{ GITHUB_REF }}
SHEAR_VERSION: ${{ github.ref }}
steps:
- uses: taiki-e/checkout-action@v1

Expand Down

0 comments on commit b886e36

Please sign in to comment.