Skip to content

Commit

Permalink
fix: ci publish cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Jan 24, 2023
1 parent 650ee74 commit 183b227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 4 additions & 0 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 183b227

Please sign in to comment.