Skip to content

Commit 1fbe711

Browse files
committed
chore(core): rename egg to just hyper. update publish workflow
1 parent c03bc83 commit 1fbe711

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish core
33
on:
44
push:
55
tags:
6-
- 'hyper-core@*'
6+
- 'hyper@*'
77

88
jobs:
99
publish-egg:

packages/core/egg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://x.nest.land/eggs@0.3.8/src/schema.json",
3-
"name": "hyper-core",
3+
"name": "hyper",
44
"entry": "./mod.js",
55
"description": "Hyper core module for parsing hyper config, and composing hyper adapters",
66
"homepage": "https://github.com/hyper63/hyper",

0 commit comments

Comments
 (0)