Skip to content

Commit

Permalink
remove autoincrement from yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krak86 committed Dec 4, 2024
1 parent 85a8d04 commit 030ff2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
- name: Build project
run: npm run build

- name: Bump version
run: npm version patch
git config --global user.email "[email protected]"
git config --global user.name "Ruslan Korkin"
git add package.json
git commit -m "Bump version to $(jq -r .version < package.json)"
git push

- name: Publish package
run: npm publish
env:
Expand Down

0 comments on commit 030ff2d

Please sign in to comment.