Skip to content

Commit 8afc282

Browse files
committed
👷 Allow publish manually
1 parent 45fa3c6 commit 8afc282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ name: Publish
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
publish:
9-
1010
runs-on: ubuntu-latest
11-
1211
steps:
1312
- name: Checkout
1413
uses: actions/checkout@v1

0 commit comments

Comments
 (0)