Skip to content

Commit

Permalink
Switch release gh build to trigger off the release github action (not…
Browse files Browse the repository at this point in the history
… push)
  • Loading branch information
sbrudz committed Jan 24, 2024
1 parent dfb084d commit dd89a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#
name: release
on:
push:
tags:
- 'v*'
release:
types: [published]

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down

0 comments on commit dd89a1c

Please sign in to comment.