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.
1 parent 76b1cda commit 37f90f8Copy full SHA for 37f90f8
.github/workflows/create-release.yml
@@ -22,4 +22,4 @@ jobs:
22
generateReleaseNotes: true
23
name: ${{ github.event.repository.name }} ${{ github.ref_name }}
24
skipIfReleaseExists: true
25
- tag: ${{ github.inputs.tag }}
+ tag: refs/tags/${{ github.inputs.tag }}
0 commit comments