Skip to content

Commit

Permalink
publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 7, 2025
1 parent 116889d commit 93d5bd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- name: Publish to NPM
id: changesets
uses: changesets/action@v1
with:
publish: pnpm publish-packages
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
id: changesets
uses: changesets/action@v1
with:
publish: pnpm publish-packages
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 93d5bd8

Please sign in to comment.