Skip to content

Commit dbceb20

Browse files
committed
fix: update publish
1 parent 3cd033d commit dbceb20

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
name: Release
66
on:
77
release:
8-
types: [published]
8+
types: [ published ]
99
# types: [prereleased, released]
10+
workflow_dispatch:
11+
1012

1113
jobs:
1214

@@ -18,6 +20,10 @@ jobs:
1820
contents: write
1921
pull-requests: write
2022
steps:
23+
# Check event
24+
- name: Print GitHub event action
25+
run: |
26+
echo "${{ github.event.action }}"
2127
2228
# Check out current repository
2329
- name: Fetch Sources

0 commit comments

Comments
 (0)