From 249e9ad697895901c0f5c84f7876d07213fdf019 Mon Sep 17 00:00:00 2001 From: Stathi C Date: Tue, 25 Jul 2023 21:40:09 -0500 Subject: [PATCH] allow dupe PRs (#325) --- .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 acee955b..a9c8ba07 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,4 +34,4 @@ jobs: # Optional, will be determined automatically revision: ${{github.sha}} # Optional, if don't want to check for already open PRs - force: false # true + force: true # true