Skip to content

Commit ed0f973

Browse files
authored
fix version value (#28)
1 parent ee11a65 commit ed0f973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
run: |
9292
set -ex
9393
gh release create $VERSION --draft --verify-tag --title $VERSION
94-
gh release upload $version $(find artifacts -type f)
94+
gh release upload $VERSION $(find artifacts -type f)

0 commit comments

Comments
 (0)