Skip to content

Commit

Permalink
chore: trigger publish workflow after release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed May 18, 2024
1 parent c37ff24 commit 58dfcf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build and publish images for container registries

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

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: goreleaser
name: release

on:
push:
Expand Down

0 comments on commit 58dfcf9

Please sign in to comment.