We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
refs/tags/
1 parent 7d94620 commit dcfda41Copy full SHA for dcfda41
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: on-push
27
if: ${{ github.event_name == 'push' }}
28
run: |
29
- echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT
+ echo "tag=${{ github.ref_name }}" >> $GITHUB_OUTPUT
30
31
- name: Use workflow input
32
id: on-workflow
0 commit comments