Skip to content

Commit

Permalink
ci: fix version-or-publish PR naming (#7268)
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Jun 20, 2023
1 parent 33f6aa4 commit b044449
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/covector-version-or-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
push:
branches:
- dev
- 1.x

jobs:
run-integration-tests:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit b044449

Please sign in to comment.