Skip to content

Commit 30dbaf2

Browse files
committed
chore: automatic GH release on git tags
1 parent 2ce0feb commit 30dbaf2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/release.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: bundle
3+
on:
4+
push:
5+
tags:
6+
- '*'
7+
8+
jobs:
9+
release:
10+
needs: bundle
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)