Skip to content

Commit

Permalink
ci: simplify upload release action (BewlyBewly#757)
Browse files Browse the repository at this point in the history
* ci: simplify upload release

* knip
  • Loading branch information
hyoban committed May 12, 2024
1 parent 2c4814a commit b52f9b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
45 changes: 0 additions & 45 deletions .github/workflows/release-upload.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pnpm run lint",
"pnpm run typecheck",
"pnpm run test --run"
]
],
"after:release": "gh release upload v${version} extension.zip extension-firefox.zip"
}
}
1 change: 1 addition & 0 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"ignoreDependencies": [
"@iconify/json", "uno.css", "lint-staged"
],
"ignoreBinaries": ["gh"],
"rules": {
"types": "off",
"enumMembers": "off",
Expand Down

0 comments on commit b52f9b9

Please sign in to comment.