Skip to content

Commit

Permalink
fix dispatch workflow releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Jan 11, 2025
1 parent 0d57e9f commit 567577c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dispatch
name: Build

on:
workflow_dispatch:
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Dispatch ${{ github.run_number }}
tag_name: "dispatch ${{ github.run_number }}"
tag_name: ${{ github.run_number }}
body: "[\"artifact_name\"=canvas-launcher.jar]/[\"changes\"=${{ github.event.head_commit.message }}]/[\"commit_hash\"=${{ env.COMMIT_HASH }}]/[\"version\"=MC1.21.4]"
token: ${{ secrets.GIT_TOKEN }}
files: target/*.jar
Expand Down

0 comments on commit 567577c

Please sign in to comment.