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 e952d0a commit b071ef0Copy full SHA for b071ef0
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
})
44
return data.id
45
env:
46
- REF: ${{ github.action_ref }}
+ REF: ${{ github.ref_name }}
47
REPO: ${{ github.repository }}
48
- uses: dtolnay/rust-toolchain@stable
49
- uses: swatinem/rust-cache@v2
0 commit comments