Skip to content

Commit dcfda41

Browse files
authored
Remove refs/tags/ prefix from tag in release workflow (#102)
1 parent 7d94620 commit dcfda41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: on-push
2727
if: ${{ github.event_name == 'push' }}
2828
run: |
29-
echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT
29+
echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
3030
3131
- name: Use workflow input
3232
id: on-workflow

0 commit comments

Comments
 (0)