Skip to content

Commit 0ad8899

Browse files
committed
publish snapshots to gihub packages
1 parent d26d1c8 commit 0ad8899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
with:
2121
java-version: '17'
2222
distribution: 'adopt'
23-
server-id: central
23+
server-id: github
2424
server-username: MAVEN_USERNAME
2525
server-password: MAVEN_PASSWORD
2626

27-
- name: Build and Publish SNAPSHOT to the Maven Central
27+
- name: Build and Publish SNAPSHOT to the GitHub Package Registry
2828
if: ${{ github.event_name == 'push' }}
2929
run: mvn -B verify deploy -DdeployAtEnd=true
3030
env:

0 commit comments

Comments
 (0)