From bfa443b3d193e84779369c79e453bd62aa0a52fa Mon Sep 17 00:00:00 2001 From: Youssif Shaaban Alsager Date: Sat, 26 Oct 2024 11:26:18 +0300 Subject: [PATCH] fix(ci): correct release branch name --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31b96a2..de95f7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,7 +95,7 @@ jobs: uses: ncipollo/release-action@v1.14.0 with: allowUpdates: true - commit: 'master' + commit: 'main' tag: ${{ github.event.inputs.version }} name: ${{ github.event.inputs.version }} artifacts: '*/*.zip'