Skip to content

Commit 114e147

Browse files
authored
ci: reconfigure release and publish workflow
Signed-off-by: David Hart <dbhart@users.noreply.github.com>
1 parent 3c1024b commit 114e147

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build - Publish - Release
22

33
on:
4-
push:
5-
tags:
6-
- '*'
7-
4+
release:
5+
types: [released]
6+
87
permissions:
98
contents: read
109

0 commit comments

Comments
 (0)