Skip to content

Commit

Permalink
Merge pull request #13 from Automattic/fix/release-it-action
Browse files Browse the repository at this point in the history
Fix: Make release-it works
  • Loading branch information
wellyshen committed Jun 24, 2024
2 parents 3d2b44e + 50734ae commit ebc2d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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",
"cd web/packages/hovercards",
"npm install",
"npm run build",
"npm run clean:release",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/hovercards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravatar-com/hovercards",
"version": "0.7.0",
"version": "0.7.1",
"description": "Add profile hovercards to Gravatar images.",
"homepage": "https://github.com/Automattic/gravatar/web/packages/hovercards#readme",
"bugs": "https://github.com/Automattic/gravatar/issues",
Expand Down

0 comments on commit ebc2d8a

Please sign in to comment.