Skip to content

Commit

Permalink
Try npm
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Aug 2, 2024
1 parent 7103115 commit 1c6022a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci-setup

- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x

- name: Install dependencies
run: npm install

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

0 comments on commit 1c6022a

Please sign in to comment.