We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcef8f3 commit a7f42e1Copy full SHA for a7f42e1
.github/workflows/Tag-And-Release.yml
@@ -67,7 +67,7 @@ jobs:
67
if: steps.check-tag.outputs.exists != 'true'
68
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
69
with:
70
- tag: ${{ steps.check-release.outputs.version }}
+ tag: ${{ steps.parse.outputs.version }}
71
prerelease: true
72
generateReleaseNotes: true
73
0 commit comments