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
Describe the bug
Creating a tag with the same name as the master branch is bad practice.
The issue is created by a GitHub action that pushes to neuroconductor releases automatically. It would be better if the created tag was only pushed if it was an actual tag - instead of all commits.
To Reproduce
Try to make a git push origin master commit after the refs/head/master tag is created ... then you will get
error: dst refspec refs/heads/master matches more than one
error: failed to push some refs to 'github.com:ANTsX/ANTsRCore.git'
Expected behavior
Should be able to push to master branch.
The text was updated successfully, but these errors were encountered:
Describe the bug
Creating a tag with the same name as the master branch is bad practice.
The issue is created by a GitHub action that pushes to neuroconductor releases automatically. It would be better if the created tag was only pushed if it was an actual tag - instead of all commits.
To Reproduce
Try to make a
git push origin master
commit after therefs/head/master
tag is created ... then you will getExpected behavior
Should be able to push to master branch.
The text was updated successfully, but these errors were encountered: