Skip to content

Commit 4e349fb

Browse files
committed
ci: use ref_name when release on tag push
Signed-off-by: Yves Brissaud <[email protected]>
1 parent de8d14a commit 4e349fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
env:
21-
RELEASE_REF: ${{ github.event_name == 'push' && github.ref || inputs.tag }}
21+
RELEASE_REF: ${{ github.event_name == 'push' && github.ref_name || inputs.tag }}
2222
steps:
2323
- name: Check out code
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)