Skip to content

Commit

Permalink
Adding build
Browse files Browse the repository at this point in the history
  • Loading branch information
kebernet committed Jul 30, 2024
1 parent bcebea3 commit 8f23771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
java-version: '22'
distribution: 'graalvm'
github-token: ${{ github.token }}
- run: java -version && && uname -a
- run: java -version && uname -a
- name: Set Version
run: |
./mvnw -U --batch-mode versions:set dependency:tree -DnewVersion=${{ needs.project-info.outputs.PROJECT_VERSION }}
Expand Down

0 comments on commit 8f23771

Please sign in to comment.