Skip to content

Commit 730117a

Browse files
author
Joachim Jablon
authored
Publish workflow should just run on tag push
Fixes the publish workflow which runs twice, one of which will fail.
1 parent 7ba0cab commit 730117a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
tags:
66
- '*'
7-
release:
8-
types:
9-
- published
107

118
jobs:
129
deploy:

0 commit comments

Comments
 (0)