Skip to content

Commit

Permalink
Modify tag associated with dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dueris committed Jan 11, 2025
1 parent 0915581 commit 877cba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: Dispatch ${{ github.run_number }}
tag_name: ${{ github.run_number }}
tag_name: dispatch ${{ 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 877cba9

Please sign in to comment.