Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunqing committed Jul 1, 2024
1 parent 1c6dab9 commit 604e118
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
tags:
- 'v*'

permissions:
contents: write

jobs:
release:
runs-on: ubuntu-latest
Expand All @@ -14,12 +17,12 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4

- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm
registry-url: 'https://registry.npmjs.org'

Expand Down

0 comments on commit 604e118

Please sign in to comment.