Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Oct 26, 2024
1 parent 06fde54 commit ff653e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,12 @@ jobs:
release:
name: Release
needs: [info, build-modpack, build-server, build-multimc]
# if: startsWith(github.ref, 'refs/tags/')
uses: ./.github/workflows/release.yml
uses: .github/workflows/release.yml
with:
project_name: ${{ needs.info.outputs.project_name }}
project_version: ${{ needs.info.outputs.project_version }}
mc_version: ${{ needs.info.outputs.mc_version }}
release_type: ${{ needs.info.outputs.release_type }}
mc_version: ${{ needs.info.outputs.mc_version }}
changelog: ${{ needs.info.outputs.changelog }}
diff: ${{ needs.info.outputs.diff }}
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
required: true
type: string
diff:
required: false
required: true
type: string

concurrency:
Expand Down

0 comments on commit ff653e4

Please sign in to comment.