Skip to content

Commit

Permalink
- リリースにタイトルを追加する
Browse files Browse the repository at this point in the history
- draft としてリリースする
  • Loading branch information
Hexa committed Jan 16, 2024
1 parent c5dd692 commit d3ad2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: Release
run: |
ghr -t "${{ secrets.GITHUB_TOKEN }}" -u "${{ github.repository_owner }}" -r "suzu" --replace "${GITHUB_REF##*/}" dist/
ghr -t "${{ secrets.GITHUB_TOKEN }}" -u "${{ github.repository_owner }}" -r "suzu" --replace "${GITHUB_REF##*/}" -n "${GITHUB_REF##*/}" -draft dist/

0 comments on commit d3ad2f1

Please sign in to comment.