Skip to content

Commit 967f3d7

Browse files
committed
CI: release workflow can really create releases
1 parent 95d2d9f commit 967f3d7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
4242
- name: Create the release
4343
run: |
44-
gh release create "${GITHUB_REF_NAME}" --fail-on-no-commits --generate-notes --verify-tag \
45-
--draft # FIXME
44+
gh release create "${GITHUB_REF_NAME}" --fail-on-no-commits --generate-notes --verify-tag
4645
env:
4746
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)