From b7dfcf238cbdb6198c0754dd057b055193921971 Mon Sep 17 00:00:00 2001 From: Jakob Heyder Date: Fri, 2 Feb 2024 10:40:49 +0100 Subject: [PATCH] chore: release github action branches --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f00bf023..429e8533 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,6 +20,13 @@ jobs: persist-credentials: false - name: Semantic Release uses: cycjimmy/semantic-release-action@v4 + with: + semantic_version: 16 + branches: | + [ + '+([0-9])?(.{+([0-9]),x}).x', + 'main' + ] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}