Skip to content

Commit

Permalink
🚑 Hotfix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
heavynimbus committed Jul 14, 2024
1 parent 5234183 commit db3c182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upgrade-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Git Config
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Setup Java 21
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit db3c182

Please sign in to comment.