From 44b1be56e4af386b844ce40cf77b2d595223295a Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Wed, 22 Jul 2020 21:00:28 -0500 Subject: [PATCH] fix: check for version mode, wrongly skipped PR (#887) --- .github/workflows/covector-version-or-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 91d6f1200..956c660ed 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.github/workflows/covector-version-or-publish.yml @@ -37,7 +37,7 @@ jobs: command: 'version-or-publish' createRelease: true - name: Create Pull Request With Versions Bumped - if: steps.covector.outputs.command == 'version' + if: steps.covector.outputs.commandRan == 'version' uses: tauri-apps/create-pull-request@v2.8.0 with: token: ${{ secrets.GITHUB_TOKEN }}