We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e065e commit cfe767eCopy full SHA for cfe767e
.github/workflows/release.yml
@@ -34,12 +34,13 @@ jobs:
34
- name: 'Run tests'
35
run: pnpm test
36
- name: Create Release Pull Request or Publish to package registry
37
- # https://github.com/changesets/action
38
uses: changesets/action@v1
+ id: changesets
39
with:
40
# this expects you to have a script called release which does a build for your packages and calls changeset publish
41
publish: pnpm run release
42
version: pnpm run version-packages
43
+ createGithubReleases: true
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
# 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