Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91be017

Browse files
authored
fix: rm extra commit on release.yml [INS-3853] (Kong#353)
1 parent c4a6906 commit 91be017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
- name: Create new package version
3838
run: npm version "${{ env.TAG }}"
3939

40-
- name: Git Commit
41-
run: git commit -am "Bump version to ${{ env.TAG }}"
42-
4340
- name: Tag the Repository
4441
run: |
4542
git tag ${{ env.TAG }}

0 commit comments

Comments
 (0)