Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 26, 2023
1 parent 6935ce7 commit 46f0491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: "Release"

on:
issues:
types: [published]
release:
types:
- published

jobs:
release:
Expand Down

0 comments on commit 46f0491

Please sign in to comment.