From 43853cf0d4baa514aca6b5d79029e2d4a7413b2a Mon Sep 17 00:00:00 2001 From: navery-max Date: Thu, 7 Mar 2024 16:54:44 +0000 Subject: [PATCH] fixed 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 a30ec4c..5989ab8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ concurrency: "${{ github.repository }}-versioning" jobs: release: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' permissions: contents: write steps: