We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm likely missing something, but I've been trying to setup the following logic in GitHub Actions with this action:
On pushes to main, when there is no git tag equal to {gem_name}::VERSION, run the rubygems/release-gem action.
main
{gem_name}::VERSION
rubygems/release-gem
Right now, if I run the action on pushes to main, it will fail if the tag already exists.
Any suggestions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm likely missing something, but I've been trying to setup the following logic in GitHub Actions with this action:
Right now, if I run the action on pushes to
main
, it will fail if the tag already exists.Any suggestions?
The text was updated successfully, but these errors were encountered: