From 78f138b2fab54300db1b2d88ba36b8b95e7cff53 Mon Sep 17 00:00:00 2001 From: Pedro Ribeiro Date: Sun, 19 Nov 2023 13:38:59 +0000 Subject: [PATCH] Update maven-publish.yml --- .github/workflows/maven-publish.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index ee2627a..2e782a9 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -6,18 +6,7 @@ name: Maven Package on: push: tags: - - 'v*'- name: Create Release - id: create_release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token - with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} (draft) - body: | - Test upload-to-github-release works with `actions/create-release` - draft: true - prerelease: false + - 'v*' jobs: build: