Skip to content

Commit

Permalink
chore: experiment with changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Oct 6, 2024
1 parent 83591a7 commit 4fbc4bb
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions publish-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ runs:
shell: bash
run: npm run build

- name: Lerna publish
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: npx changeset publish
env:
CI: "true"
GH_TOKEN: ${{ inputs.GH_TOKEN }}
NPM_TOKEN: ${{ inputs.NPM_TOKEN }}
run: lerna publish --yes
shell: bash
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 4fbc4bb

Please sign in to comment.