mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix: check for version mode, wrongly skipped PR (#887)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user