Skip to content

Commit

Permalink
ci: Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull authored Jul 27, 2023
1 parent cf78518 commit 3107df2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 7
run_install: false
- name: Install dependencies
run: yarn
run: pnpm install
- name: Build
run: yarn build
run: pnpm build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release
run: npx semantic-release

0 comments on commit 3107df2

Please sign in to comment.