mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-02-06 17:16:49 +00:00
ci: fix version-or-publish PR naming (#7268)
This commit is contained in:
parent
33f6aa438e
commit
b04444928c
@ -8,7 +8,6 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- 1.x
|
||||
|
||||
jobs:
|
||||
run-integration-tests:
|
||||
@ -100,8 +99,8 @@ jobs:
|
||||
uses: tauri-apps/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: release/version-updates-v1
|
||||
title: Apply Version Updates From Current Changes (v1)
|
||||
branch: release/version-updates
|
||||
title: Apply Version Updates From Current Changes
|
||||
commit-message: 'apply version updates'
|
||||
labels: 'version updates'
|
||||
body: ${{ steps.covector.outputs.change }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user