We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de8d14a + 4e349fb commit 02e4343Copy full SHA for 02e4343
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
permissions:
19
contents: write
20
env:
21
- RELEASE_REF: ${{ github.event_name == 'push' && github.ref || inputs.tag }}
+ RELEASE_REF: ${{ github.event_name == 'push' && github.ref_name || inputs.tag }}
22
steps:
23
- name: Check out code
24
uses: actions/checkout@v4
0 commit comments