Skip to content

Commit

Permalink
chore(release): v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
LGUG2Z committed Jan 1, 2025
1 parent 3d237c1 commit 8bc0a07
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ jobs:
if ! type kokai >/dev/null; then cargo install --locked kokai --force; fi
git tag -d nightly || true
kokai release --no-emoji --add-links github:commits,issues --ref "$(git tag --points-at HEAD)" >"CHANGELOG.md"
# - uses: softprops/action-gh-release@v2
# with:
# body_path: "CHANGELOG.md"
# files: |
# checksums.txt
# *.zip
# *.msi
# - if: startsWith(github.ref, 'refs/tags/v')
# uses: vedantmgoyal2009/winget-releaser@main
# with:
# identifier: LGUG2Z.komokana
# token: ${{ secrets.WINGET_TOKEN }}
- uses: softprops/action-gh-release@v2
with:
body_path: "CHANGELOG.md"
files: |
checksums.txt
*.zip
*.msi
- if: startsWith(github.ref, 'refs/tags/v')
uses: vedantmgoyal2009/winget-releaser@main
with:
identifier: LGUG2Z.komokana
token: ${{ secrets.WINGET_TOKEN }}

0 comments on commit 8bc0a07

Please sign in to comment.