Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Aug 21, 2023
1 parent f355041 commit d93d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
fabricWrapper/build/libs/*.jar
fabricWrapper/build/tmp/submods/META-INF/jars/*.jar
name: "[CI#${{ github.run_number }}]${{ steps.mod_info.outputs.mod_name }} ${{ steps.mod_info.outputs.mod_version }}.${{ steps.get_commit_count.outputs.commit_count }}+${{ steps.get_short_sha.outputs.short_sha }}"
tag_name: "${{ github.ref_name }}.${{ github.commit_count }}"
tag_name: "${{ github.ref_name }}.${{ steps.get_commit_count.outputs.commit_count }}"
target_commitish: ${{ github.event.ref }}
generate_release_notes: true

Expand Down

0 comments on commit d93d92b

Please sign in to comment.