Skip to content

Commit

Permalink
Fix user settings & job names
Browse files Browse the repository at this point in the history
  • Loading branch information
joostfarla committed Oct 17, 2023
1 parent c24d4ef commit 1aa107e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
build:
release-docs:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on: [workflow_dispatch]

jobs:
build:
release:
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -18,10 +18,10 @@ jobs:
java-version: 17
distribution: temurin
cache: maven
- name: Configure Git User
- name: Configure Git user
run: |
git config user.name github-actions
git config user.email github-[email protected]
git config user.name "actions-user"
git config user.email "[email protected]"
- name: Release
run: mvn -B release:prepare release:perform
env:
Expand Down

0 comments on commit 1aa107e

Please sign in to comment.