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 03a74d8 commit 2d6e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git add package.json package-lock.json
git commit -m "chore: bump patch version [skip ci]"
git commit -m "chore: bump patch version"
git push
# Publish to npm
Expand Down

0 comments on commit 2d6e987

Please sign in to comment.