Skip to content

Commit

Permalink
chore: fix broken deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz committed Aug 4, 2021
1 parent 6002a2c commit 2df3c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
run: |
git config --local user.email '[email protected]'
git config --local user.name 'js87zz'
git tag v${{ steps.check.outputs.committed-version }}
git tag editor@${{ steps.check.outputs.committed-version }}
- name: Push Tag
run: |
git push origin editor@${{ steps.check.outputs.committed-version }}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
"serve:ie": "node ./scripts/pkg-script.js --script serve:ie --type $type",
"build": "node ./scripts/pkg-script.js --script build --type $type",
"doc:dev": "node ./scripts/pkg-script.js --script doc:dev --type editor",
"doc": "node ./scripts/pkg-script.js --script doc --type editor"
"doc": "node ./scripts/pkg-script.js --script doc --type editor",
"publish:cdn": "node ./scripts/publish-cdn.js"
},
"workspaces": [
"apps/*",
Expand Down

0 comments on commit 2df3c5c

Please sign in to comment.