Skip to content

Commit 2884d8c

Browse files
author
EspressoTrip-v2
committed
workflow
1 parent 43406ba commit 2884d8c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,15 @@ jobs:
4848
uses: changesets/action@v1
4949
if: ${{ github.event_name == 'push' }}
5050
with:
51+
publish: pnpm ci:publish
5152
version: pnpm changeset:version
52-
publish: ci:publish
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555

5656
- name: Dev packages
5757
if: ${{ github.event_name == 'workflow_dispatch' }}
58-
run: pnpm ci:version
58+
run: |
59+
pnpm changeset version --no-git-tag --snapshot dev
60+
pnpm changeset publish --tag dev
5961
env:
6062
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)