From f3bd0b10f98c39ebff5ae3f58bad3d892dec4580 Mon Sep 17 00:00:00 2001 From: Kristen Wilkinson Date: Fri, 4 Aug 2023 15:05:45 +0100 Subject: [PATCH 1/2] Start work for issue #155 From 66a162e93d41bf55f96e2db99b2bcfe5c28cec74 Mon Sep 17 00:00:00 2001 From: Kristen Wilkinson Date: Fri, 4 Aug 2023 15:08:31 +0100 Subject: [PATCH 2/2] ci: update text in dry run workflow --- .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 d04fb55..f36f1ba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,8 +22,8 @@ on: options: [ubuntu-latest, windows-latest, macos-latest] default: ubuntu-latest dry-run: + description: Dry Run - Check to run the workflow without creating a release. required: false - description: If true, the release will not be created. default: false type: boolean