Skip to content

Commit 4d7d86f

Browse files
author
🎲
committed
chore: add gh workflow
1 parent 21de139 commit 4d7d86f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/FUNDING.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: flying-dice
2+
patreon: flyingdice
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Semantic Release
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
release:
10+
runs-on: windows-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
- name: Install
15+
run: npm install
16+
- name: Semantic Release
17+
uses: cycjimmy/semantic-release-action@v4
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)