Skip to content

Commit 70f8e57

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
if: steps.pub.outputs.exists == 'true'
115115
env:
116116
GITHUB_TOKEN: ${{ secrets._TOKEN }}
117-
TAG: ${{ steps.crelease.outputs.tag }}
117+
TAG: ${{ steps.newtag.outputs.tag }}
118118
REPO: ${{ github.repository }}
119119
run: |
120120
cd _output

0 commit comments

Comments
 (0)