We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8d14a commit 4e349fbCopy full SHA for 4e349fb
.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