Skip to content

Commit 312a9dc

Browse files
author
EspressoTrip-v2
committed
fix workflow
1 parent c750a23 commit 312a9dc

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ jobs:
4545
- name: Build
4646
run: pnpm build
4747

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 }}
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 }}
5757

5858
- name: Dev publish
5959
if: ${{ github.event_name == 'workflow_dispatch' }}

0 commit comments

Comments
 (0)