Skip to content

Commit

Permalink
test updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bklaing2 committed Jun 25, 2024
1 parent f598749 commit 06d132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_dist_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add dist
git commit --amend -m "rebuild"
git commit -m "rebuild [skip ci]"
git push origin HEAD:${{ github.event.pull_request.head.ref }} --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 06d132f

Please sign in to comment.