Skip to content

Commit 62d8963

Browse files
committed
draft
1 parent 8faf648 commit 62d8963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
set -x
2020
VERSION=v$(cat package/version)
21-
gh release create --draft ${VERSION} --target ${{ github.sha }}
21+
gh release create ${VERSION} --target ${{ github.sha }}
2222
2323
# release:
2424
# name: 'Publish Release'

0 commit comments

Comments
 (0)