Skip to content

Commit

Permalink
ci: fix changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 11, 2023
1 parent 118166f commit 017d40d
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 @@ -14,14 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
- run: |
pnpm install
version: 7
run_install: true

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
title: Create Release
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 017d40d

Please sign in to comment.