From b0edc081fb3817a6d0ace07a7262e29461689995 Mon Sep 17 00:00:00 2001 From: Roman Averianov Date: Fri, 7 Jun 2024 15:15:19 +0200 Subject: [PATCH] feat(ci): update bump version step --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 862c7b58d..1ed393a81 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - release_branches: main + release_branches: master create_release: name: Create Release