Skip to content

Commit cad2230

Browse files
committed
Third Time's the Charm
1 parent b028664 commit cad2230

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/tag.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
run: chmod +x ./gradlecw
3232
- name: build
3333
run: ./gradlecw build
34-
GithubRelease:
35-
needs: build
36-
runs-on: ubuntu-latest
37-
steps:
3834
- name: Save Changelog
3935
run: echo "$LOG" > CHANGELOG.txt
4036
env:
@@ -50,12 +46,8 @@ jobs:
5046
WCFabric/build/libs/*
5147
WCForge/build/libs/*
5248
WCVersionless/build/libs/*
53-
ForgeRelease:
54-
needs: GithubRelease
55-
if: inputs.target == 'forge' || inputs.target == 'all'
56-
runs-on: ubuntu-latest
57-
steps:
5849
- name: Publish-Forge-Curseforge
50+
if: inputs.target == 'forge' || inputs.target == 'all'
5951
uses: Kir-Antipov/mc-publish@v3.2
6052
with:
6153
curseforge-id: 521594
@@ -74,12 +66,8 @@ jobs:
7466
name: ${{inputs.name}} - Forge
7567
github-tag: ${{inputs.name}}
7668
files: '*Forge/build/libs/!(*-@(dev|sources|javadoc|all)).jar'
77-
FabricRelease:
78-
needs: GithubRelease
79-
if: inputs.target == 'fabric' || inputs.target == 'all'
80-
runs-on: ubuntu-latest
81-
steps:
8269
- name: Publish-Fabric
70+
if: inputs.target == 'fabric' || inputs.target == 'all'
8371
uses: Kir-Antipov/mc-publish@v3.2
8472
with:
8573
modrinth-id: kYuIpRLv

0 commit comments

Comments
 (0)