Skip to content

Commit

Permalink
revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan authored Aug 12, 2021
1 parent a19775a commit db16be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
server-id: github
settings-path: ${{ github.workspace }}
- name: Building maven project
run: mvn install --file legacy-api/pom.xml
run: mvn -B package --file legacy-api/pom.xml
- name: Publish to GitHub Packages
run: mvn deploy --file legacy-api/pom.xml -s ${{ github.workspace }}/settings.xml
env:
Expand Down

0 comments on commit db16be8

Please sign in to comment.