diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a93b9f2..59a04b5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -49,7 +49,6 @@ jobs: COMMIT_DESC=$(git show -s --format=%b ${{ github.sha }}) echo "::set-output name=COMMIT_MSG::$COMMIT_MSG" echo "::set-output name=COMMIT_DESC::$COMMIT_DESC" - - name: Create Release id: create_release uses: actions/create-release@v1