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 bc5aabb commit 69b0162
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml

- name: action-ghrelease
uses: phuonghuynh/action-ghrelease@v1.1.0
- name: Automatic Releases
uses: marvinpinto/action-automatic-releases@v1.2.1
with:
name: "Automated Plumcode Release"
prerelease: true
repo_token: ${{github.GITHUB_TOKEN}}
title: "Automated Release"
files: target/plumcode-1.0.jar
tag_name: ${{ github.GITHUB_REF }}

0 comments on commit 69b0162

Please sign in to comment.