Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Oct 11, 2024
1 parent a860342 commit abca74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
servers: '[{ "id": "github", "username": "zaro", "password": "${{ secrets.JDDE_PACKAGES_TOKEN }}" }]'
- name: Check maven settings
if: ${{ startsWith( matrix.os, 'windows' ) }}
run: "cat 'C:\\Users\\runneradmin\\.m2\\settings.xml'"
run: "base64 'C:\\Users\\runneradmin\\.m2\\settings.xml'"

# Build
- name: Build with Maven
Expand Down

0 comments on commit abca74f

Please sign in to comment.