Skip to content

Commit

Permalink
tooling: fix publish command 2, electric boogaloo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Aug 14, 2024
1 parent eceec2f commit b396a99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ jobs:
- name: install dependencies
run: pnpm install

- name: build
run: pnpm build

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
commit: "chore: version packages"
publish: pnpm build && pnpm exec changeset publish
publish: pnpm exec changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit b396a99

Please sign in to comment.