We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92789dd commit d7b80d5Copy full SHA for d7b80d5
1 file changed
.github/workflows/release.yml
@@ -34,15 +34,15 @@ jobs:
34
35
- run: yarn install --prefer-offline
36
37
- # - name: Create Release Pull Request or Publish to NPM
38
- # id: changesets
39
- # uses: changesets/[email protected]
40
- # with:
41
- # publish: yarn release
42
- # commit: 'chore(release): update packages versions'
43
- # title: 'Upcoming Release Changes'
44
- # env:
45
- # GITHUB_TOKEN: ${{ env.github-token }}
+ - name: Create Release Pull Request or Publish to NPM
+ id: changesets
+ uses: changesets/[email protected]
+ with:
+ publish: yarn release
+ commit: 'chore(release): update packages versions'
+ title: 'Upcoming Release Changes'
+ env:
+ GITHUB_TOKEN: ${{ env.github-token }}
46
47
release-snapshot-check:
48
if: github.event.comment != ''
0 commit comments