Skip to content

Commit 55afb4e

Browse files
authored
Update release.yml
1 parent 1cece52 commit 55afb4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
release:
99
types:
10+
- published
1011
- prereleased
1112
- released
1213
# Allows you to run this workflow manually from the Actions tab
@@ -23,7 +24,7 @@ jobs:
2324
steps:
2425

2526
# Runs a single command using the runners shell
26-
- name: Run a one-line script
27+
- name: Release even type ${{ github.event.action }}
2728
run: echo $payload
2829
env:
2930
payload: ${{ toJson(github.event) }}

0 commit comments

Comments
 (0)