Skip to content

Commit

Permalink
add registry variable on command
Browse files Browse the repository at this point in the history
  • Loading branch information
casassg authored Sep 5, 2019
1 parent c7c9af0 commit 67d5ead
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 @@ -14,7 +14,7 @@ jobs:
with:
java-version: 1.8
- name: Build with Maven
run: mvn deploy -Dtoken=$GITHUB_TOKEN
run: mvn deploy -Dtoken=$GITHUB_TOKEN -Dregistry=https://maven.pkg.github.com/project-epic/epic-infra
working-directory: authlib
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 67d5ead

Please sign in to comment.