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 e561a6d commit 5bd779a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write

steps:
- name: Checkout source
Expand All @@ -34,15 +36,14 @@ jobs:
with:
tag_name: ${{ github.ref }}
name: 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-v1.1.0.tgz
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish packages
run: pnpm run publish
env:
Expand Down

0 comments on commit 5bd779a

Please sign in to comment.