Skip to content

Commit

Permalink
Disable dev builds publish to github
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Nov 29, 2023
1 parent c3a0f7a commit 2a3a166
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-development-jars-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ jobs:
modrinth-id: "Vm7B3ymm"
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
modrinth-featured: false
github-token: ${{ secrets.GITHUB_TOKEN }}
github-tag: "v${{ steps.vars.outputs.version }}"
github-prerelease: true
files: |
plugin/build/libs/typewriter.jar
adapters/**/build/libs/*.jar
Expand All @@ -80,7 +77,7 @@ jobs:
loaders: |
paper
purpur
game-versions: "[1.20,1.20.2]"
game-versions: "[1.19.4,1.20.2]"
- name: Notify Discord
uses: sarisia/actions-status-discord@v1
with:
Expand Down

0 comments on commit 2a3a166

Please sign in to comment.