You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prohibited branch detection prohibits branches that include the publish branch, but do not equal the publish branch. For example, my branch name is gh-pages-redesign and I want to publish to gh-pages, but this is prohibited.
This issue has been LOCKED because of it being resolved!
The issue has been fixed and is therefore considered resolved.
If you still encounter this or it has changed, open a new issue instead of responding to solved ones.
Describe the bug
The prohibited branch detection prohibits branches that include the publish branch, but do not equal the publish branch. For example, my branch name is
gh-pages-redesign
and I want to publish togh-pages
, but this is prohibited.To Reproduce
Steps to reproduce the behavior:
gh-pages
andgh-pages-redesign
gh-pages-redesign
gh-pages
Expected behavior
Deploy as normal, don't error out.
Your YAML file
Additional context
The problem is in
src/set-tokens.ts
on line 86:it should check that the branch name is exact with nothing else appended
The text was updated successfully, but these errors were encountered: