Skip to content

Commit

Permalink
chore: actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Dec 30, 2023
1 parent 58de2f2 commit e782b71
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:
with:
tag_name: ${{ github.ref }}
name: Release ${{ github.ref }}
body: New Release ${{ github.ref }}.
draft: false
prerelease: false
body: |
New Release ${{ github.ref }}
[CHANGELOG](https://github.com/kotorijs/kotori/blob/master/packages/kotori/CHANGELOG.md)
prerelease: false
files: |
kotori-bot-*.tgz
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish packages
run: pnpm run publish
env:
Expand Down

0 comments on commit e782b71

Please sign in to comment.