Skip to content

Commit 53f36b9

Browse files
authored
fix: wrong tag in workflow
1 parent 6b8365a commit 53f36b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121121
with:
122122
tag_name: ${{ github.event.inputs.tag }}
123-
release_name: Upgit ${{ github.event.inputs.tag }}
123+
release_name: ${{ github.event.inputs.tag }}
124124
body: ${{ steps.changelog.outputs.changes }}
125125
draft: false
126126
prerelease: ${{ github.event.inputs.prerelease }}
@@ -130,6 +130,6 @@ jobs:
130130
with:
131131
repo_token: ${{ secrets.GITHUB_TOKEN }}
132132
file: dist/**/*
133-
tag: ${{ github.ref }}
133+
tag: ${{ github.event.inputs.tag }}
134134
overwrite: true
135135
file_glob: true

0 commit comments

Comments
 (0)