Skip to content

Commit 59448c1

Browse files
committed
Publish workflow: fix
1 parent 79a51de commit 59448c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ master ]
88
push:
99
tags: [ '[A-z]+-v[0-9]+.[0-9]+.[0-9]+*' ]
10-
workflow_dispatch:
10+
workflow_dispatch:
1111

1212
jobs:
1313
publish:

0 commit comments

Comments
 (0)