Skip to content

Commit

Permalink
fix: rm extra commit on release.yml [INS-3853] (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire authored May 17, 2024
1 parent c4a6906 commit 91be017
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 @@ -37,9 +37,6 @@ jobs:
- name: Create new package version
run: npm version "${{ env.TAG }}"

- name: Git Commit
run: git commit -am "Bump version to ${{ env.TAG }}"

- name: Tag the Repository
run: |
git tag ${{ env.TAG }}
Expand Down

0 comments on commit 91be017

Please sign in to comment.