diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7fa5e19..6891687 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,6 @@ jobs: id: tag run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')" - name: Create Release - id: create_release uses: softprops/action-gh-release@v1 with: tag_name: ${{ steps.tag.outputs.tag }}