Skip to content

Commit

Permalink
npm version and git push on same run
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysix committed Jun 16, 2024
1 parent 800d57e commit 654d1db
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
git config --global user.name '${{ github.repository_owner }}'
git config --global user.email '${{ github.repository_owner }}@users.noreply.github.com'
npm version ${{ github.ref_name }}
- name: push to main
run: |
git commit -am "bump version to ${{ github.ref_name }}"
git push
Expand Down

0 comments on commit 654d1db

Please sign in to comment.