Skip to content

Commit

Permalink
#9243 - added default layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz authored Nov 16, 2023
1 parent dded64d commit eb29e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: mvn -B clean package -pl :pljava-api

- name: Push artefact to Github Packages
run: mvn -B deploy -DaltDeploymentRepository=githublatlon::https://maven.pkg.github.com/lat-lon/pljava
run: mvn -B deploy -DaltDeploymentRepository=githublatlon::default::https://maven.pkg.github.com/lat-lon/pljava
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb29e21

Please sign in to comment.