From 924f7c06e482e52e3c3b6367fa82d95e4a27b37a Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius <240938+aignas@users.noreply.github.com> Date: Thu, 26 Oct 2023 09:16:40 +0900 Subject: [PATCH] ci(fixup): set the correct pre-release flag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12d8487..913e9db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: # Use GH feature to populate the changelog automatically generate_release_notes: true - prerelease: ${{ github.ref_name == "master" }} + prerelease: ${{ github.ref_name }} == "master" body_path: release_notes.txt fail_on_unmatched_files: true files: rules_shellcheck-*.tar.gz