From b960a869403152deabd8df9a5af8eddaf6f3a77b Mon Sep 17 00:00:00 2001 From: volodymyr Date: Thu, 21 Nov 2024 00:19:17 +0200 Subject: [PATCH] refactor: version auto increment test [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 77cf7e1..0cd7a40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,7 @@ jobs: - name: Increment version in package.json uses: copapow/version-bump-package@v1 with: - patch_label: version-patch - default_branch: main + default_bump: patch github_token: ${{ secrets.GITHUB_TOKEN }} # Authenticate with npm