Skip to content

Commit 2f298be

Browse files
committed
test updated workflow
1 parent 42621b2 commit 2f298be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dist_on_merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
git config --global user.name "github-actions[bot]"
2929
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3030
git add dist
31-
git commit -m "rebuild"
31+
git commit --amend "rebuild"
3232
git push origin HEAD:${{ github.event.pull_request.head.ref }} --force
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)