Skip to content

Commit a2c28fb

Browse files
authored
Fix publish action (#189)
* Fix publish action * Whitespace typo
1 parent 3b2af55 commit a2c28fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

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

33
on:
4+
workflow_dispatch:
45
release:
5-
types: [created]
6+
types: [published]
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)