Skip to content

Commit bf43867

Browse files
committed
chore: setup GitHub Actions
1 parent fb9e451 commit bf43867

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/release.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
tags:
6+
- 'v*'
7+
8+
jobs:
9+
release:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
16+
- uses: actions/setup-node@v3
17+
with:
18+
node-version: 16.x
19+
20+
- run: npx changelogithub # or [email protected] if ensure the stable result
21+
env:
22+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# blive-message-listener
22

3+
[![npm](https://img.shields.io/npm/v/blive-message-listener)](https://www.npmjs.com/package/blive-message-listener)
4+
35
Bilibili-live danmu listener with type.
46

57
Bilibili 直播间弹幕监听器,支持类型输出。

0 commit comments

Comments
 (0)