diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 11:19:29 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-30 11:19:29 +0100 |
commit | 881b7942ae4a9c9a67003725e6a1c2c7b52b2364 (patch) | |
tree | df528e8e885051b76d43b8194d2224f8ebe14af4 /.github | |
parent | 72945612f6274477c28a67a5fa971e8791bc7d8d (diff) | |
download | sentrum-881b7942ae4a9c9a67003725e6a1c2c7b52b2364.tar.gz sentrum-881b7942ae4a9c9a67003725e6a1c2c7b52b2364.tar.bz2 sentrum-881b7942ae4a9c9a67003725e6a1c2c7b52b2364.zip |
Do not publish GH releases as drafts
We are old enough now.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dc5533..f63c282 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,6 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: body_path: ${{ github.workspace }}-CHANGELOG.md - draft: true fail_on_unmatched_files: true files: sentrum-* env: |