From c13c0225c3c225ed1ba411000ba446296b5e5365 Mon Sep 17 00:00:00 2001 From: Layla Date: Mon, 19 Jun 2023 03:14:42 -0400 Subject: [PATCH] Fix drafting on release --- .github/workflows/publish_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_release.yaml b/.github/workflows/publish_release.yaml index ee8c886..b76eac3 100644 --- a/.github/workflows/publish_release.yaml +++ b/.github/workflows/publish_release.yaml @@ -33,6 +33,7 @@ jobs: uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: + draft: false files: | build/birdbot sample_config.yaml