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
There was some issue with release tags and therefore the workflow run to release docs failed. The tags issue was resolved separately but now the release docs workflow fails with the following error:-
++ git push origin v0.30
To https://github.com/radius-project/docs
! [rejected] v0.30 -> v0.30 (fetch first)
error: failed to push some refs to 'https://github.com/radius-project/docs'
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
Describe the bug
There was some issue with release tags and therefore the workflow run to release docs failed. The tags issue was resolved separately but now the release docs workflow fails with the following error:-
++ git push origin v0.30
To https://github.com/radius-project/docs
! [rejected] v0.30 -> v0.30 (fetch first)
error: failed to push some refs to 'https://github.com/radius-project/docs'
hint: Updates were rejected because the remote contains work that you do not
hint: have locally. This is usually caused by another repository pushing to
hint: the same ref. If you want to integrate the remote changes, use
hint: 'git pull' before pushing again.
https://github.com/radius-project/docs/actions/runs/7760931535/job/21168287608
Steps to reproduce
Expected behavior
A re-run of the release docs workflow should be idempotent and not require the older release branch to be deleted
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
This was encountered during v0.30.0 release
AB#11109
The text was updated successfully, but these errors were encountered: