Skip to content

Commit

Permalink
Change release trigger to be release instead of the wrong tags (#302
Browse files Browse the repository at this point in the history
)

* Fix typo in release workflow

Event to trigger workflow run is `push`, not `tags`. The `tags` part is just a filter.

Signed-off-by: Mihai Maruseac <[email protected]>

* Use the same trigger as `sigstore-python`

Signed-off-by: Mihai Maruseac <[email protected]>

---------

Signed-off-by: Mihai Maruseac <[email protected]>
  • Loading branch information
mihaimaruseac authored Aug 27, 2024
1 parent a577c4a commit 7cd9d94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
name: Release

on:
tags:
- v*
release:
types:
- published

permissions: {}

Expand Down

0 comments on commit 7cd9d94

Please sign in to comment.