Skip to content

Commit

Permalink
try to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Snabeldier committed Sep 14, 2024
1 parent 3ba79e8 commit e29f471
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:

- name: Build with Maven
run: mvn -B clean package
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Deploy to GitHub Packages # Repository is set in pom.xml
run: mvn deploy
Expand Down

0 comments on commit e29f471

Please sign in to comment.