Skip to content

Commit

Permalink
オプションを修正する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Jan 17, 2024
1 parent d3ad2f1 commit 70c345a
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##*/}" -n "${GITHUB_REF##*/}" -draft dist/
ghr -t "${{ secrets.GITHUB_TOKEN }}" -u "${{ github.repository_owner }}" -r "suzu" --replace -n "${GITHUB_REF##*/}" -draft "${GITHUB_REF##*/}" dist/

0 comments on commit 70c345a

Please sign in to comment.