Skip to content

Commit

Permalink
.ci: set github user config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopsalarm committed Dec 29, 2024
1 parent df01b5f commit bdb79e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
with:
fetch-tags: true

- name: Setup git user
run: |
git config user.name "github actions"
git config user.email "gh-actions@pr0gramm com"
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -49,4 +54,4 @@ jobs:
name: pr0gramm-app-debug.apk
path: app/build/outputs/apk/release/app-release.apk
if-no-files-found: error
compression-level: 0
compression-level: 0

0 comments on commit bdb79e4

Please sign in to comment.