fix: check for version mode, wrongly skipped PR (#887)

This commit is contained in:
Jacob Bolda 2020-07-22 21:00:28 -05:00 committed by GitHub
parent e3e2e39208
commit 44b1be56e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}