We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c750a23 commit 312a9dcCopy full SHA for 312a9dc
1 file changed
.github/workflows/release.yml
@@ -45,15 +45,15 @@ jobs:
45
- name: Build
46
run: pnpm build
47
48
- # - name: Create Release Pull Request or Publish to npm
49
- # id: changesets
50
- # uses: changesets/action@v1
51
- # if: ${{ github.event_name == 'push' }}
52
- # with:
53
- # version: pnpm ci:version
54
- # publish: pnpm ci:publish
55
- # env:
56
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Create Release Pull Request or Publish to npm
+ id: changesets
+ uses: changesets/action@v1
+ if: ${{ github.event_name == 'push' }}
+ with:
+ version: pnpm ci:version
+ publish: pnpm ci:publish
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Dev publish
59
if: ${{ github.event_name == 'workflow_dispatch' }}
0 commit comments