Skip to content

Commit

Permalink
Update release-mcpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi authored Sep 25, 2024
1 parent 4ddb815 commit 72bca4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-mcpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ github.event.inputs.tag_name }} # 手動で指定したタグ名
release_name: Release ${{ github.event.inputs.tag_name }}
release_name: ${{ github.event.inputs.tag_name }}
draft: false
prerelease: false
body: ${{ github.event.inputs.release_message }} # 手動で指定したリリースメッセージ
Expand All @@ -58,4 +58,4 @@ jobs:
asset_name: NoteBlockPlus.mcpack
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 72bca4e

Please sign in to comment.