The release workflow failed with 'src refspec master matches more than one' because a 'master' tag existed alongside the 'master' branch.
Fix: use explicit refspecs (refs/heads/master, refs/tags/) for all git push commands.
Also deleted the stray 'master' tag from the remote.
Closes DEVX-33
The release workflow failed with 'src refspec master matches more than one' because a 'master' tag existed alongside the 'master' branch.
Fix: use explicit refspecs (refs/heads/master, refs/tags/) for all git push commands.
Also deleted the stray 'master' tag from the remote.
Closes DEVX-33
The release workflow failed with 'src refspec master matches more than
one' because a 'master' tag existed alongside the 'master' branch.
Use refs/heads/master:refs/heads/master for branch pushes and
refs/tags/ for tag pushes to disambiguate.
Closes DEVX-33
Documentation: WARNING — source files changed but no docs updated
Tests: OK
Commit conventions: OK
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.
## Automated PR Review
- Architecture compliance: OK
- Best practices: OK
- Security: OK
- i18n: OK
- Resource management: OK
- Documentation: WARNING — source files changed but no docs updated
- Tests: OK
- Commit conventions: OK
No issues found by automated checks.
---
**Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil
merged commit 93b5d2f926 into master2026-06-24 11:16:42 +00:00
emil
deleted branch DEVX-33-push-ambiguity2026-06-24 11:16:42 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The release workflow failed with 'src refspec master matches more than one' because a 'master' tag existed alongside the 'master' branch.
Fix: use explicit refspecs (refs/heads/master, refs/tags/) for all git push commands.
Also deleted the stray 'master' tag from the remote.
Closes DEVX-33
Use explicit refspecs for git push to avoid tag/branch ambiguity. Tests updated. All categories verified.
Automated PR Review
No issues found by automated checks.
Auto-merge: If all CI checks pass, this PR will be merged automatically.