Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow publishing when tagged commits are promoted #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dkyeremeh
Copy link

PR Description

Currently, this plugin throws an error whenever it gets executed as part of a pipeline outside the tag event.

Motivation

In my use case, I find it useful to produce a test build of my android app when a commit is tagged. After the build is tested, I would like to promote the tagged commit so that a production version of the app is built and signed.

This plugin does not allow the production build to be published to Gitea releases simply because the event that executed the pipeline is not a tag event, even though the commit is tagged just fine.

This PR is meant to address this issue

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.

1 participant