Skip to content

Conversation

mihaimaruseac
Copy link
Collaborator

@mihaimaruseac mihaimaruseac commented Aug 27, 2024

Summary

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

But, we're copying sigstore-python and using release trigger instead of push. This means that in order to trigger a release we have to create a new release in the repo, whereas with push we would need to do git tag, git push --tags. They are equivalent in the end result, but for consistency with sigstore-python let's use the same approach.

Release Note

NONE

Documentation

NONE

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

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

@spencerschrock spencerschrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Can you update the PR description?

@mihaimaruseac mihaimaruseac changed the title Fix typo in release workflow Change release trigger to be release instead of the wrong tags Aug 27, 2024
@mihaimaruseac
Copy link
Collaborator Author

Can you update the PR description?

Sorry, forgot to do that. Updated now

@mihaimaruseac mihaimaruseac merged commit 7cd9d94 into sigstore:main Aug 27, 2024
18 checks passed
@mihaimaruseac mihaimaruseac deleted the trusted-publishing branch August 27, 2024 21:53
@mihaimaruseac mihaimaruseac added this to the V1 release milestone Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants