We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c9af0 commit 67d5eadCopy full SHA for 67d5ead
.github/workflows/maven.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 1.8
16
- name: Build with Maven
17
- run: mvn deploy -Dtoken=$GITHUB_TOKEN
+ run: mvn deploy -Dtoken=$GITHUB_TOKEN -Dregistry=https://maven.pkg.github.com/project-epic/epic-infra
18
working-directory: authlib
19
env:
20
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments