Skip to content

Commit

Permalink
fix:gh option
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ga09 committed Jul 27, 2024
1 parent 20c61da commit de63490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
gh release create ${{ inputs.release-version }} \
--title "じぶんリリースノート $(date "+%Y/%m")" \
--notes-file /tmp/releasenote.md \
--tag ${{ inputs.release-version }}
--verify-tag ${{ inputs.release-version }}
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github-pat }}

0 comments on commit de63490

Please sign in to comment.