From 7a32e81e596413b6c4a7ee46e790c02484f490bd Mon Sep 17 00:00:00 2001 From: Emad Mokhtar Date: Sun, 28 Apr 2024 15:23:47 +0200 Subject: [PATCH] V2/test tagging 2 (#114) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd637a5..9c396b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_format: 'v${{ steps.version.outputs.version }}' + release_branch: 'v2/master' - name: Echo new tag run: | echo "New tag is ${{ steps.tag.outputs.tag }}"