From ed323ea88be9bed80c5a311d7bab092115c72ab8 Mon Sep 17 00:00:00 2001 From: Abdelrahman Shawki Hassan Date: Mon, 16 Sep 2024 20:20:14 +0200 Subject: [PATCH] chore: add branch fix prefix --- .github/workflows/release-stable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-stable.yaml b/.github/workflows/release-stable.yaml index 8685a4653..cc8c5d359 100644 --- a/.github/workflows/release-stable.yaml +++ b/.github/workflows/release-stable.yaml @@ -34,7 +34,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - release_branches: main + release_branches: main,fix.* default_bump: patch - name: Add Credentials