aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-01-06 14:58:46 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-01-06 14:58:46 +0100
commit07ec4f0e5e57ca4f6953f37cfe4e6be2c7a52436 (patch)
tree5533f16319d65e1151098f0fee7e2a9e2495dcc4
parent4c9ea4bedb7ba3ef9fa5b4ffa1ff8f071a168d3f (diff)
Make regular releases not count as drafts
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f73f61c..0755c71 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -21,6 +21,6 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body: |
- This is just a drill, don't panic!
- draft: true
+ This is release ${{ github.ref }} of Rakudo Star.
+ draft: false
prerelease: false