meta: improve release process for beta branch (#3809)

This commit is contained in:
Antoine du Hamel 2022-06-09 18:14:15 +01:00 committed by GitHub
parent e00b9ed526
commit 2be8cec2af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 153 additions and 14 deletions

View file

@ -84,8 +84,8 @@ jobs:
run: gh api -X DELETE repos/${{ github.repository }}/git/refs/heads/release-candidate || echo "Already deleted"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Remove release branch
run: gh api -X DELETE repos/${{ github.repository }}/git/refs/heads/release
- name: Remove release-beta branch
run: gh api -X DELETE repos/${{ github.repository }}/git/refs/heads/release-beta
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Disable Release workflow