Skip to content

Commit 12ae6ea

Browse files
authored
Update publish.yml : variable name fix [pub]
1 parent cebffb2 commit 12ae6ea

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
@@ -104,8 +104,8 @@ jobs:
104104
if: steps.pub.outputs.exists == 'true'
105105
uses: actions/create-release@v1
106106
with:
107-
tag_name: ${{ steps.newtag.outputs.version }}
108-
release_name: ${{ steps.newtag.outputs.version }}
107+
tag_name: ${{ steps.newtag.outputs.tag }}
108+
release_name: ${{ steps.newtag.outputs.tag }}
109109
body: ${{ steps.newtag.outputs.body }}
110110
env:
111111
GITHUB_TOKEN: ${{ secrets._TOKEN }}

0 commit comments

Comments
 (0)