Skip to content

Commit

Permalink
feat: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudflypeng committed Oct 28, 2024
1 parent a2f7336 commit 0dd024e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'

- name: Install dependencies
run: |
npm install -g release-it
npm install -g release-it-pnpm
- name: Release
run: npx release-it --ci
env:
Expand Down

0 comments on commit 0dd024e

Please sign in to comment.