Skip to content

Commit

Permalink
chore(core): rename egg to just hyper. update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jun 28, 2021
1 parent c03bc83 commit 1fbe711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish core
on:
push:
tags:
- 'hyper-core@*'
- 'hyper@*'

jobs:
publish-egg:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/egg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://x.nest.land/[email protected]/src/schema.json",
"name": "hyper-core",
"name": "hyper",
"entry": "./mod.js",
"description": "Hyper core module for parsing hyper config, and composing hyper adapters",
"homepage": "https://github.com/hyper63/hyper",
Expand Down

0 comments on commit 1fbe711

Please sign in to comment.