Skip to content

Commit

Permalink
Fix: assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
wellyshen committed Jun 24, 2024
1 parent e71ff71 commit dca9f8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/packages/hovercards/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
},
"github": {
"release": true,
"assets": ["web/packages/hovercards/release/hovercards.zip"]
"assets": ["release/hovercards.zip"]
},
"npm": {
"publish": true
},
"hooks": {
"before:init": [
"git pull",
"npm install",
"npm run build",
"npm run clean:release",
"mkdir -p release/hovercards",
Expand Down

0 comments on commit dca9f8e

Please sign in to comment.