Skip to content

Commit

Permalink
add publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Jan 28, 2024
1 parent c87aa72 commit 1437277
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
- name: Install Dependencies
run: bun i

- name: Install pnpm
run: bun i -g pnpm

- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: pnpm run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1437277

Please sign in to comment.