Skip to content

Commit

Permalink
refactor: version auto increment test [WTEL-5567] (https://webitel.at…
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed Nov 20, 2024
1 parent 52f3c8a commit 3cce06e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3cce06e

Please sign in to comment.