Ver Fonte

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

Amr Bashir há 2 anos atrás
pai
commit
b04444928c
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      .github/workflows/covector-version-or-publish.yml

+ 2 - 3
.github/workflows/covector-version-or-publish.yml

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