Skip to content

Commit 3bb1150

Browse files
committed
Release release immediately
1 parent 63cd097 commit 3bb1150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
tag_name: ${{ github.ref }}
2323
release_name: ${{ github.ref }}
24-
draft: true
24+
draft: false
2525
prerelease: false
2626
- name: Output Release URL File
2727
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt

0 commit comments

Comments
 (0)