Skip to content

Commit 13f36dd

Browse files
committed
Remove unused changelog script
1 parent 37e6570 commit 13f36dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/create-bumb-version-pr.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
with:
2828
node-version-file: '.nvmrc'
2929

30-
- name: Bump version
31-
run: |
32-
npm version --commit-hooks false --git-tag-version false ${{ inputs.version }}
33-
./build/bump-version-changelog.js ${{ inputs.version }}
34-
3530
- name: Create Pull Request
3631
uses: peter-evans/create-pull-request@v7
3732
with:

0 commit comments

Comments
 (0)