Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/mc1.20.1/fabric/dev' into mc1.20…
Browse files Browse the repository at this point in the history
….1/fabric/dev
  • Loading branch information
TexBlock committed Oct 5, 2023
2 parents d53082d + f7c1561 commit 031a0ba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
name: build
on:
workflow_dispatch:
inputs:
publish:
description: Publish to Modrinth and CurseForge
required: true
default: "false"
patch:
description: Patch number, 0 for first (ex. Create 1.19.2 v0.5.0.g Patch N)
required: true
pull_request:
push:

Expand Down Expand Up @@ -46,7 +38,3 @@ jobs:
with:
name: Artifacts
path: build/libs/

- name: publish to Modrinth and CurseForge
if: ${{ github.event.inputs.publish }}
run: ./gradlew publishMod

0 comments on commit 031a0ba

Please sign in to comment.