Skip to content

Commit

Permalink
fix: npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Dec 15, 2022
1 parent ebfa0e8 commit debccdc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
- name: Create Release pull request or publish to npm
id: changesets
uses: changesets/action@master
with:
version: pnpm ci:version
commit: "chore: update versions"
title: "chore: update versions"
publish: pnpm ci:publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit debccdc

Please sign in to comment.