Skip to content

Commit

Permalink
use published type for release event
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Mar 4, 2024
1 parent 247c003 commit 6dbdca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [created]
types: [ "published" ]

jobs:
release-ubuntu:
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
omitPrereleaseDuringUpdate: true
artifacts: target/debian/*.deb
artifacts: target/debian/*.deb

0 comments on commit 6dbdca1

Please sign in to comment.