Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinGoGaming authored Feb 10, 2023
1 parent bc44379 commit da4fb4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: GitHub Releases
uses: fnkr/github-action-ghr@v1.3
env:
GHR_COMPRESS: xz
GHR_PATH: target/plumcode-1.0.jar
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: action-ghrelease
uses: phuonghuynh/action-ghrelease@v1.1.0
with:
body: "Automated Plumcode Release"
prerelease: true
files: target/plumcode-1.0.jar

0 comments on commit da4fb4e

Please sign in to comment.