|
|
@ -75,7 +75,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Create Pull Request With Versions Bumped
|
|
|
|
- name: Create Pull Request With Versions Bumped
|
|
|
|
id: cpr
|
|
|
|
id: cpr
|
|
|
|
uses: tauri-apps/create-pull-request@v3
|
|
|
|
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # 7.0.7
|
|
|
|
if: steps.covector.outputs.commandRan == 'version'
|
|
|
|
if: steps.covector.outputs.commandRan == 'version'
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
title: 'Publish New Versions (${{ github.ref_name }})'
|
|
|
|
title: 'Publish New Versions (${{ github.ref_name }})'
|
|
|
|