We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc02830 commit 19af2baCopy full SHA for 19af2ba
.github/workflows/release.yml
@@ -6,7 +6,7 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
release:
9
- types: [prereleased]
+ types: [prereleased, released]
10
# Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
@@ -24,4 +24,4 @@ jobs:
24
- name: Run a one-line script
25
run: echo $payload
26
env:
27
- payload: ${{ fromJson(github.event) }}
+ payload: ${{ toJson(github.event) }}
0 commit comments