diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 36f119a..e8e36db 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -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 }}