Skip to content

Commit

Permalink
ci: Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed Jan 4, 2023
1 parent 0eee62a commit d857248
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
settings-path: ${{ github.workspace }}
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
settings-path: ${{ github.workspace }}
- name: Set Release version env variable
run: echo "RELEASE_VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV

Expand Down

0 comments on commit d857248

Please sign in to comment.