Skip to content

Commit ca8dbe2

Browse files
committed
fix workflow file
1 parent 436f966 commit ca8dbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
uses: softprops/action-gh-release@v2
6161
with:
6262
generate_release_notes: true
63-
tag_name: v${{ steps.check-version.outputs.version
64-
release_name: Release ${{ steps.check-version.outputs.version
63+
tag_name: v${{ steps.check-version.outputs.version }}
64+
release_name: Release ${{ steps.check-version.outputs.version }}

0 commit comments

Comments
 (0)