Skip to content

Commit bbac64b

Browse files
authored
feat: automated publishing (#210)
1 parent 7c76ae0 commit bbac64b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/github-release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: Publish release
22

33
on:
4-
push:
4+
pull_request:
5+
types: [closed]
56
branches:
6-
- master
7+
- "master"
8+
push:
79
tags:
810
- "v*"
911

@@ -13,7 +15,7 @@ permissions:
1315

1416
jobs:
1517
release_gh:
16-
name: GitHub Release
18+
name: GitHub Releases
1719
if: contains(github.event.pull_request.labels.*.name, 'release')
1820
runs-on: ubuntu-latest
1921
steps:

0 commit comments

Comments
 (0)