Skip to content

Commit

Permalink
Third Time's the Charm
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Oct 31, 2023
1 parent b028664 commit cad2230
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ jobs:
run: chmod +x ./gradlecw
- name: build
run: ./gradlecw build
GithubRelease:
needs: build
runs-on: ubuntu-latest
steps:
- name: Save Changelog
run: echo "$LOG" > CHANGELOG.txt
env:
Expand All @@ -50,12 +46,8 @@ jobs:
WCFabric/build/libs/*
WCForge/build/libs/*
WCVersionless/build/libs/*
ForgeRelease:
needs: GithubRelease
if: inputs.target == 'forge' || inputs.target == 'all'
runs-on: ubuntu-latest
steps:
- name: Publish-Forge-Curseforge
if: inputs.target == 'forge' || inputs.target == 'all'
uses: Kir-Antipov/[email protected]
with:
curseforge-id: 521594
Expand All @@ -74,12 +66,8 @@ jobs:
name: ${{inputs.name}} - Forge
github-tag: ${{inputs.name}}
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
FabricRelease:
needs: GithubRelease
if: inputs.target == 'fabric' || inputs.target == 'all'
runs-on: ubuntu-latest
steps:
- name: Publish-Fabric
if: inputs.target == 'fabric' || inputs.target == 'all'
uses: Kir-Antipov/[email protected]
with:
modrinth-id: kYuIpRLv
Expand Down

0 comments on commit cad2230

Please sign in to comment.