Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
axlbonnet authored Feb 28, 2024
1 parent 12be983 commit 92b08d6
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 @@ -29,7 +29,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
server-id: creatis-snapshots
server-id: ${{ env.isProduction && 'creatis-releases' || 'creatis-snapshots' }}
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Build with Maven
Expand Down

0 comments on commit 92b08d6

Please sign in to comment.