ci: fix version-or-publish PR naming (#7268)

This commit is contained in:
Amr Bashir 2023-06-20 22:54:11 +03:00 committed by GitHub
parent 33f6aa438e
commit b04444928c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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