From f7ea4e127c3d322cb463d8906a053c0ce9ff051d Mon Sep 17 00:00:00 2001 From: Philippe Dugre <38759268+pdugre@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:43:48 -0500 Subject: [PATCH] Update .github/workflows/release.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Danny Bédard --- .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 c513e9b..370a892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,11 +6,11 @@ on: description: "Publish Devolutions.XTS.NET" required: true type: boolean - publish_dry_run: description: "Dry Run Mode" required: true type: boolean + jobs: deploy: runs-on: ubuntu-latest