We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26d1c8 commit 0ad8899Copy full SHA for 0ad8899
.github/workflows/build.yml
@@ -20,11 +20,11 @@ jobs:
20
with:
21
java-version: '17'
22
distribution: 'adopt'
23
- server-id: central
+ server-id: github
24
server-username: MAVEN_USERNAME
25
server-password: MAVEN_PASSWORD
26
27
- - name: Build and Publish SNAPSHOT to the Maven Central
+ - name: Build and Publish SNAPSHOT to the GitHub Package Registry
28
if: ${{ github.event_name == 'push' }}
29
run: mvn -B verify deploy -DdeployAtEnd=true
30
env:
0 commit comments