Skip to content

Commit

Permalink
trigger installer release after goreleaser workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Isola committed Apr 19, 2024
1 parent 1327949 commit e64ceff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-installer.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Trigger installer release

on:
release:
types: [published]
workflow_run:
workflows: ["goreleaser"]
types:
- completed

jobs:
release-installer:
Expand Down

0 comments on commit e64ceff

Please sign in to comment.