Skip to content

Commit

Permalink
Don't automatically publish GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdragh committed Feb 22, 2024
1 parent bf16651 commit f0b6191
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ jobs:
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

github-tag: "mc${{ steps.properties.outputs.minecraftVersion }}-${{ steps.properties.output.version }}"
github-commitish: "version/${{ steps.properties.outputs.minecraftVersion }}"
github-token: ${{ secrets.GH_TOKEN }}

files: ./build/forge/!(*-@(dev|sources|dev-shadow)).jar
name: "AstralBot ${{ steps.properties.outputs.version }} Forge ${{ steps.properties.output.minecraftVersion }}"
version: ${{ steps.properties.outputs.version }}
Expand All @@ -150,10 +146,6 @@ jobs:
modrinth-id: ${{ vars.MODRINTH_ID }}
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}

github-tag: "mc${{ steps.properties.outputs.minecraftVersion }}-${{ steps.properties.output.version }}"
github-commitish: "version/${{ steps.properties.outputs.minecraftVersion }}"
github-token: ${{ secrets.GH_TOKEN }}

files: ./build/fabric/!(*-@(dev|sources|dev-shadow)).jar
name: "AstralBot ${{ steps.properties.outputs.version }} Fabric ${{ steps.properties.output.minecraftVersion }}"
version: ${{ steps.properties.outputs.version }}
Expand Down

0 comments on commit f0b6191

Please sign in to comment.