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 ef7596e commit 6737109
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ runs:
- run: |
gh release create ${{ inputs.release-version }} \
--title "じぶんリリースノート $(date "+%Y/%m")" \
--notes-file /tmp/releasenote.md \
--verify-tag ${{ inputs.release-version }}
--notes-file /tmp/releasenote.md
shell: bash
env:
GH_TOKEN: ${{ inputs.github-token}}
GH_TOKEN: ${{ inputs.github-token }}

0 comments on commit 6737109

Please sign in to comment.