Skip to content

Commit b01355c

Browse files
committed
chore: update release workflow to use repository_dispatch for semantic-release
1 parent 702a59b commit b01355c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Release
22

33
on:
4-
workflow_dispatch:
5-
release:
6-
types: [created] # Runs only when a new GitHub Release is created
4+
repository_dispatch:
5+
types: [semantic-release]
6+
7+
# workflow_dispatch:
8+
# release:
9+
# types: [created] # Runs only when a new GitHub Release is created
710

811
permissions:
912
contents: read

0 commit comments

Comments
 (0)