diff --git a/.github/workflows/buildrelease.yml b/.github/workflows/buildrelease.yml index 7cf0bfdebd..ad293e9bfc 100644 --- a/.github/workflows/buildrelease.yml +++ b/.github/workflows/buildrelease.yml @@ -78,14 +78,6 @@ jobs: const fs = require("fs") return fs.readdirSync("build/libs/").filter(e => !e.endsWith("dev.jar") && !e.endsWith("sources.jar") && e.endsWith(".jar"))[0] - - name: Release - id: uploadrelease - uses: softprops/action-gh-release@v1 - with: - body: ${{ steps.read_changelog.outputs.changelog }} - token: ${{ secrets.GH_RELEASE }} - files: build/libs/${{ steps.fname.outputs.result }} - - name: Publish using mod-publish-plugin run: ./gradlew build publishMods env: