Skip to content

Commit

Permalink
fix delpoy action
Browse files Browse the repository at this point in the history
  • Loading branch information
JervenBolleman committed Jul 1, 2022
1 parent 6d8ab5b commit 6a1855d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mvn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Deploy to Github Package Registry
run: mvn -B deploy -DskipTests

0 comments on commit 6a1855d

Please sign in to comment.