Skip to content

Commit 19af2ba

Browse files
authored
Update release.yml
1 parent fc02830 commit 19af2ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the master branch
88
release:
9-
types: [prereleased]
9+
types: [prereleased, released]
1010
# Allows you to run this workflow manually from the Actions tab
1111
workflow_dispatch:
1212

@@ -24,4 +24,4 @@ jobs:
2424
- name: Run a one-line script
2525
run: echo $payload
2626
env:
27-
payload: ${{ fromJson(github.event) }}
27+
payload: ${{ toJson(github.event) }}

0 commit comments

Comments
 (0)