diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 38a1e72..2a2e916 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Create Release Pull Request uses: changesets/action@v1 with: - publish: echo "[changesets/action] publishing" + publish: vr ci-publish version: vr version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/scripts.yaml b/scripts.yaml index e43260a..ff2d93f 100644 --- a/scripts.yaml +++ b/scripts.yaml @@ -59,6 +59,10 @@ scripts: - yarn changeset version - vr build + ci-publish: + - yarn changeset tag + - git push origin --follow-tags + test-all: pll: - deno test -A test_pkg