Skip to content

Commit

Permalink
chore: commit dist
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Oct 7, 2024
1 parent c8c03f6 commit 95eca05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions: write-all

steps:
- uses: actions/setup-node@v4
Expand All @@ -22,8 +23,8 @@ jobs:
- name: Commit and Push generated dist
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global user.name 'ubiquity-os[bot]'
git config --global user.email 'ubiquity-os[bot]@users.noreply.github.com'
git add -f ${{ github.workspace }}/dist/\*
if [ -n "$(git diff-index --cached --name-only HEAD)" ]; then
git commit -m "chore: updated dist" || echo "Lint-staged check failed"
Expand Down

0 comments on commit 95eca05

Please sign in to comment.