Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Oct 31, 2023
1 parent 34d48e2 commit b028664
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: build
run: ./gradlecw build
GithubRelease:
needs: build
runs-on: ubuntu-latest
steps:
- name: Save Changelog
Expand All @@ -50,6 +51,7 @@ jobs:
WCForge/build/libs/*
WCVersionless/build/libs/*
ForgeRelease:
needs: GithubRelease
if: inputs.target == 'forge' || inputs.target == 'all'
runs-on: ubuntu-latest
steps:
Expand All @@ -73,6 +75,7 @@ jobs:
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:
Expand Down

0 comments on commit b028664

Please sign in to comment.