Skip to content

Commit

Permalink
trigger releease workflow when a release is published (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-lopez authored Mar 19, 2024
1 parent c2a4d51 commit aac5859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release

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

jobs:
goreleaser:
Expand Down

0 comments on commit aac5859

Please sign in to comment.