We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d704e6d commit a914ed0Copy full SHA for a914ed0
.github/workflows/upgrade.yml
@@ -37,11 +37,8 @@ jobs:
37
38
- name: Create branch for migration
39
run: |
40
- # Deleta branch local se existir
41
git branch -D plugin-migration-v7 || true
42
- # Deleta branch remoto se existir
43
git push origin --delete plugin-migration-v7 || true
44
- # Cria branch novo
45
git checkout -b plugin-migration-v7
46
env:
47
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
0 commit comments