Skip to content

Commit b5e0787

Browse files
authored
Enabling automatic release on release-drafter publish (#2964)
1 parent 5fa461e commit b5e0787

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/version-and-release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
release:
5+
types: [published]
76

87
jobs:
98
build:

0 commit comments

Comments
 (0)