We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 650ee74 commit 183b227Copy full SHA for 183b227
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Create Release Pull Request
29
uses: changesets/action@v1
30
with:
31
- publish: echo "[changesets/action] publishing"
+ publish: vr ci-publish
32
version: vr version
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
scripts.yaml
@@ -59,6 +59,10 @@ scripts:
59
- yarn changeset version
60
- vr build
61
62
+ ci-publish:
63
+ - yarn changeset tag
64
+ - git push origin --follow-tags
65
+
66
test-all:
67
pll:
68
- deno test -A test_pkg
0 commit comments