Skip to content

Commit

Permalink
update from mod template
Browse files Browse the repository at this point in the history
3cb25f0cda4d438f37fafd31c381584ab37dec8e
  • Loading branch information
Fallen-Breath committed May 13, 2023
1 parent 27cc2cb commit d354536
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ on:


jobs:
show_action_parameters:
runs-on: ubuntu-latest
steps:
- name: Show action parameters
run: |
cat <<EOF > $GITHUB_STEP_SUMMARY
## Action Parameters
- target_subproject: `${{ github.event.inputs.target_subproject }}`
- target_release_tag: `${{ github.event.inputs.target_release_tag }}`
EOF
matrix_prep:
uses: ./.github/workflows/matrix_prep.yml
with:
Expand Down Expand Up @@ -50,7 +61,7 @@ jobs:
- name: Get github release information
if: ${{ github.event_name == 'workflow_dispatch' }}
id: get_release
uses: cardinalby/git-get-release-action@v1.1
uses: cardinalby/git-get-release-action@1.2.4
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ preprocess {
mc1193.link(mc1194, file('versions/mapping-1.19.3-1.19.4.txt'))
}

task buildAndGather {
tasks.register('buildAndGather') {
subprojects {
dependsOn project.name + ':build'
}
Expand Down

0 comments on commit d354536

Please sign in to comment.