From 3cce06e7f725b8e1a8b1ec53ccf6c84ccbfc6f90 Mon Sep 17 00:00:00 2001 From: volodymyr Date: Thu, 21 Nov 2024 00:00:39 +0200 Subject: [PATCH] refactor: version auto increment test [WTEL-5567] (https://webitel.atlassian.net/browse/WTEL-5567) --- .github/workflows/release.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25a8299..ae907f8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,15 @@ jobs: node-version: lts/* registry-url: https://registry.npmjs.org/ + # Increment version in package.json + - name: Increment version + - uses: actions/checkout@v2 + - uses: copapow/version-bump-package@v1 + with: + minor: false + major: false + github-token: ${{ secrets.GITHUB_TOKEN }} + # Authenticate with npm - name: Authenticate with npm env: