Skip to content

Commit

Permalink
Set a better name for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelei8291 committed Jun 13, 2023
1 parent 49a147a commit 07d3681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
strategy:
matrix: ${{ fromJSON(needs.update.outputs.matrix) }}
fail-fast: false
name: release (${{ format('{0}-{1}, {2}', matrix.mc_version, matrix.build, matrix.channel) }})
uses: mikelei8291/Paper-build/.github/workflows/release.yml@master
with:
mc_version: ${{ matrix.mc_version }}
Expand Down

0 comments on commit 07d3681

Please sign in to comment.