Skip to content

Commit

Permalink
fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
schmitzhermes committed Sep 18, 2024
1 parent 8c18b09 commit a17f82c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,7 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- name: Maven Install
run: |
mvn install -P dev
cd /home/runner/.m2/repository/com/github/l21s/keycloak-eid-identity-provider/0.1.0
ls
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
- name: Publish package
run: mvn --batch-mode deploy -P dev -X
run: mvn --batch-mode deploy -P fat-jar -X
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

0 comments on commit a17f82c

Please sign in to comment.