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 3cce06e commit 3b5c0af
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# Checkout the repository
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

# Set up Node.js environment
- name: Set up Node.js
Expand All @@ -22,13 +22,11 @@ jobs:
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 }}
- name: Increment version in package.json
uses: copapow/version-bump-package@v1
with:
patch_label: version-patch
github_token: ${{ secrets.GITHUB_TOKEN }}

# Authenticate with npm
- name: Authenticate with npm
Expand Down

0 comments on commit 3b5c0af

Please sign in to comment.