Skip to content

Commit

Permalink
Goodbye github release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Jul 5, 2024
1 parent da91aec commit 8c665ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/buildrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8c665ff

Please sign in to comment.