Skip to content

Commit cfe767e

Browse files
committed
ci: explicit changesets gh releases
1 parent b4e065e commit cfe767e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ jobs:
3434
- name: 'Run tests'
3535
run: pnpm test
3636
- name: Create Release Pull Request or Publish to package registry
37-
# https://github.com/changesets/action
3837
uses: changesets/action@v1
38+
id: changesets
3939
with:
4040
# this expects you to have a script called release which does a build for your packages and calls changeset publish
4141
publish: pnpm run release
4242
version: pnpm run version-packages
43+
createGithubReleases: true
4344
env:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4546
# this project is configured to use the Github Package Registry, to use npm you need to use a token generated in npmjs.com

0 commit comments

Comments
 (0)