Skip to content

Commit 67d5ead

Browse files
authored
add registry variable on command
1 parent c7c9af0 commit 67d5ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
java-version: 1.8
1616
- name: Build with Maven
17-
run: mvn deploy -Dtoken=$GITHUB_TOKEN
17+
run: mvn deploy -Dtoken=$GITHUB_TOKEN -Dregistry=https://maven.pkg.github.com/project-epic/epic-infra
1818
working-directory: authlib
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)