Skip to content

Commit

Permalink
Fix release_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sonologico committed Dec 9, 2022
1 parent e2db394 commit 1945505
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
run: |
echo "$(jq '.version = "${{ steps.bump.outputs.new_version }}"' package.json)" > package.json
make build_all
git add package.json CHANGELOG.md dist/
git add package.json CHANGELOG.md
git commit -m "Bump to version ${{ steps.bump.outputs.new_version }}"
git push

0 comments on commit 1945505

Please sign in to comment.