Skip to content

Commit

Permalink
ci(changesets): enable package publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jul 22, 2024
1 parent 20fd94d commit 9073eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
title: "chore(release): version packages"
commit: "chore(release): version packages [skip ci]"
# This expects you to have a script called release which does a build for your packages and calls `changeset publish`
# publish: yarn ci-publish
publish: yarn ci-publish
# This expects you to have a script called version that runs some logic and then calls `changeset version`.
# version: yarn changeset version
env:
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
#NPM_TOKEN: ${{ env.NPM_TOKEN }}
NPM_TOKEN: ${{ env.NPM_TOKEN }}

0 comments on commit 9073eaf

Please sign in to comment.