Replies: 3 comments 7 replies
This comment was marked as duplicate.
This comment was marked as duplicate.
|
Recommend following along in another discussion on the same topic: #62991 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Bug
Body
I have an Environment to release a Java package to Maven Central. It has been configured to trigger by pushing a tag (ex.
v0.9.0). It had been working for months-years.Today, when I pushed a tag
v0.9.0, the Action got an errorBranch "v0.9.0" is not allowed to deploy to maven-central due to environment protection rules.even though the Environment is configured with branch protectionv0.*.Several similar problems are reported in comments for another (maybe unrelated) discussion: https://github.com/orgs/community/discussions/39054#discussioncomment-6727766
All reactions