Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit e5be15c

Browse files
committed
v1.0.2 publish from gh action
1 parent 096715c commit e5be15c

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

.github/workflows/publish.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Publish
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
publish:
10+
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
id-token: write
14+
steps:
15+
- uses: actions/checkout@v4
16+
- run: npx jsr publish

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
1-
<h3 align="center">
2-
HTTP Error
3-
</h3>
1+
<h3 align="center">HTTP Error</h3>
42
<p align="center">Convenient HTTP Error Utilities</p>
53

64
---
75

86
### Usage
97

10-
Add this package to your project:
11-
12-
```bash
13-
deno add jsr:@wvm/http-error
14-
```
15-
16-
And enjoy hassle-free HTTP error status handling:
8+
Enjoy hassle-free HTTP error status handling:
179

1810
```ts
1911
import { ErrorCode, HttpError, raise } from "@wvm/http-error";

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wvm/http-error",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"publish": {
55
"exclude": ["assets"]
66
},

0 commit comments

Comments
 (0)