Skip to content

Commit 1945505

Browse files
committed
Fix release_pr.yml
1 parent e2db394 commit 1945505

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release_pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
run: |
3636
echo "$(jq '.version = "${{ steps.bump.outputs.new_version }}"' package.json)" > package.json
3737
38-
make build_all
39-
40-
git add package.json CHANGELOG.md dist/
38+
git add package.json CHANGELOG.md
4139
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
4240
git push

0 commit comments

Comments
 (0)