Skip to content

Commit

Permalink
Fix publish script error.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcui03 committed Jun 20, 2021
1 parent b08753a commit 78634c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
path: dist
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42 changes: 0 additions & 42 deletions .github/workflows/test.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clipcc-vm",
"version": "3.0.8",
"version": "3.0.9",
"description": "Virtual Machine for Clip CC",
"author": "Clip Team",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -34,7 +34,7 @@
"axios": "^0.21.1",
"btoa": "1.2.1",
"canvas-toBlob": "1.0.0",
"clipcc-l10n": "^3.0.0-1",
"clipcc-l10n": "3.0.3",
"decode-html": "2.0.0",
"diff-match-patch": "1.0.4",
"format-message": "6.2.1",
Expand Down

0 comments on commit 78634c2

Please sign in to comment.