Skip to content

Commit 65b383f

Browse files
committed
fix: Remove Draft Release label
1 parent a2a6419 commit 65b383f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
steps:
3131
- uses: "actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093" # v4.3.0
3232
- name: "create release"
33-
run: "gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
33+
run: "gh release create --repo ${{ github.repository }} ${{ github.ref_name }} artifact/*"
3434
env:
3535
GH_TOKEN: "${{ github.token }}"

0 commit comments

Comments
 (0)