Skip to content

Commit a7f42e1

Browse files
committed
Fix potential bug
1 parent fcef8f3 commit a7f42e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tag-And-Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: steps.check-tag.outputs.exists != 'true'
6868
uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1.18.0
6969
with:
70-
tag: ${{ steps.check-release.outputs.version }}
70+
tag: ${{ steps.parse.outputs.version }}
7171
prerelease: true
7272
generateReleaseNotes: true
7373

0 commit comments

Comments
 (0)