Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Upload file to release (#101)
Browse files Browse the repository at this point in the history
* fix: upload the file

* fix: on everything

* Revert "fix: on everything"

This reverts commit fd6a0cb.
  • Loading branch information
mosoriob authored Mar 10, 2022
1 parent 8ba367c commit 042b3cd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/backend-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ jobs:
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Publish to GitHub Packages Apache Maven
run: cd portal && mvn --batch-mode deploy
- name: Build with Maven
run: cd portal && mvn -B package --file pom.xml
env:
GITHUB_TOKEN: ${{ github.token }}
GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 042b3cd

Please sign in to comment.