Skip to content

Commit 183b227

Browse files
committed
fix: ci publish cmd
1 parent 650ee74 commit 183b227

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Create Release Pull Request
2929
uses: changesets/action@v1
3030
with:
31-
publish: echo "[changesets/action] publishing"
31+
publish: vr ci-publish
3232
version: vr version
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ scripts:
5959
- yarn changeset version
6060
- vr build
6161

62+
ci-publish:
63+
- yarn changeset tag
64+
- git push origin --follow-tags
65+
6266
test-all:
6367
pll:
6468
- deno test -A test_pkg

0 commit comments

Comments
 (0)