Skip to content

Commit

Permalink
fix repository id
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed May 10, 2024
1 parent 898783c commit f6df78f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
server-id: github
gpg-private-key: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY }}
server-username: ${{ secrets.DEPLOY_USER_GITHUB_PACKAGES }}
server-password: ${{ secrets.DEPLOY_TOKEN_GITHUB_PACKAGES }}
- name: execute maven
run: export GPG_TTY=$(tty) && mvn --batch-mode deploy -e
env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<repositories>
<repository>
<id>eitco-oss-snapshots</id>
<id>github</id>
<url>https://maven.pkg.github.com/eitco/eitco-oss-parent</url>
<releases>
<enabled>false</enabled>
Expand Down

0 comments on commit f6df78f

Please sign in to comment.