diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 79ab964..1ea82c3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -65,12 +65,3 @@ jobs: run: ./mvnw --no-transfer-progress clean deploy -s $GITHUB_WORKSPACE/settings.xml env: GITHUB_TOKEN: ${{ github.token }} - - - name: Create GitHub Release - uses: softprops/action-gh-release@v2 - with: - tag_name: ${{ env.VERSION }} - generate_release_notes: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} -