Skip to content

Commit

Permalink
change publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Aug 8, 2023
1 parent bb285b9 commit c1a4949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: changesets/action@v1
with:
version: yarn changeset version
publish: yarn changeset publish
publish: yarn changeset publish --access public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit c1a4949

@vercel
Copy link

@vercel vercel bot commented on c1a4949 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.