Skip to content

Commit

Permalink
fix: changesets workflow update (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmarsicloud authored Jun 7, 2023
1 parent 6a83eff commit ee2e116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
}
],
"access": "public",
"baseBranch": "main",
"title": "chore: version packages"
"baseBranch": "main"
}
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
with:
version: yarn changeset version
publish: yarn changeset publish
title: 'chore: release package'
commit: 'chore: release package'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

1 comment on commit ee2e116

@vercel
Copy link

@vercel vercel bot commented on ee2e116 Jun 7, 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.