Skip to content

Commit d91257e

Browse files
committed
ci fix
1 parent aff8c3e commit d91257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
42-
tag_name: ${{ steps.get_version.outputs.VERSIONs }}
42+
tag_name: ${{ steps.get_version.outputs.VERSION }}
4343
release_name: Release ${{ steps.get_version.outputs.VERSION }}
4444
draft: true
4545
prerelease: false

0 commit comments

Comments
 (0)