We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cece52 commit 55afb4eCopy full SHA for 55afb4e
.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
7
# Triggers the workflow on push or pull request events but only for the master branch
8
release:
9
types:
10
+ - published
11
- prereleased
12
- released
13
# Allows you to run this workflow manually from the Actions tab
@@ -23,7 +24,7 @@ jobs:
23
24
steps:
25
26
# Runs a single command using the runners shell
- - name: Run a one-line script
27
+ - name: Release even type ${{ github.event.action }}
28
run: echo $payload
29
env:
30
payload: ${{ toJson(github.event) }}
0 commit comments