Skip to content

Commit 02e4343

Browse files
authored
Merge pull request #103 from docker/ref_name
ci: use ref_name when release on tag push
2 parents de8d14a + 4e349fb commit 02e4343

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)