mirror of
https://github.com/tauri-apps/rustdocusaurus.git
synced 2026-02-04 02:31:18 +01:00
fix: version check using wrong output
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: create pull request
|
||||
id: cpr
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
if: steps.covector.outputs.command == 'version'
|
||||
if: steps.covector.outputs.commandRan == 'version'
|
||||
with:
|
||||
title: "Publish New Versions"
|
||||
commit-message: "publish new versions"
|
||||
|
||||
Reference in New Issue
Block a user