diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 26b5574..d92b549 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: - name: Run build command run: npm run build - name: Commit build - uses: stefanzweifel/git-auto-commit-action@v4.10.0 + uses: stefanzweifel/git-auto-commit-action@v4.11.0 with: commit_message: ":rocket: Deploy new version [skip ci]" commit_user_name: BetaHuhn Bot