Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Commit

Permalink
🐛 fix: 修正release ci 没有生成产物的 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 15, 2021
1 parent 7d0958c commit b9052b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,7 @@ module.exports = {
[
'@semantic-release/github',
{
assets: [
{
path: 'dist-zip/sketch-plugin-template.zip',
label: 'sketch-plugin-template.${nextRelease.gitTag}.zip',
},
],
assets: ['release'],
},
],
[
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:webview-analyze": "APP_ROOT=src/webview ANALYZE=1 umi build",
"zip": "ts-node ./scripts/zip",
"release": "semantic-release",
"clean": "rm -rf ./*.sketchplugin",
"clean": "rm -rf ./*.sketchplugin release dist",
"refresh": "find ./*.sketchplugin -name \"_*.js\" | entr -r /Applications/Sketch.app/Contents/MacOS/Sketch",
"log": "skpm log -f",
"link": "skpm-link",
Expand Down

0 comments on commit b9052b0

Please sign in to comment.