Skip to content

Commit

Permalink
Merge pull request #158 from shiguredo/feature/improve-release
Browse files Browse the repository at this point in the history
リリース手順の改善
  • Loading branch information
Hexa authored Jan 17, 2024
2 parents cd72d4c + 70c345a commit 36f1b0a
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 -n "${GITHUB_REF##*/}" -draft "${GITHUB_REF##*/}" dist/

0 comments on commit 36f1b0a

Please sign in to comment.