Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispat authored Apr 27, 2021
1 parent 1cece52 commit 55afb4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# Triggers the workflow on push or pull request events but only for the master branch
release:
types:
- published
- prereleased
- released
# Allows you to run this workflow manually from the Actions tab
Expand All @@ -23,7 +24,7 @@ jobs:
steps:

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

0 comments on commit 55afb4e

Please sign in to comment.