Skip to content

Commit a914ed0

Browse files
update github action
1 parent d704e6d commit a914ed0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/upgrade.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,8 @@ jobs:
3737

3838
- name: Create branch for migration
3939
run: |
40-
# Deleta branch local se existir
4140
git branch -D plugin-migration-v7 || true
42-
# Deleta branch remoto se existir
4341
git push origin --delete plugin-migration-v7 || true
44-
# Cria branch novo
4542
git checkout -b plugin-migration-v7
4643
env:
4744
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}

0 commit comments

Comments
 (0)