Skip to content

Commit

Permalink
fix: release workflow trigger
Browse files Browse the repository at this point in the history
OTT-2113
  • Loading branch information
oabdoun committed Oct 5, 2022
1 parent 9e7c5b0 commit 6d66e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
name: Release
on:
release:
types: [created]
types: [published]
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6d66e52

Please sign in to comment.