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 seems to be an issue with the Semantic Release job of the semantic-release workflow. The job Changelog seems to work fine, but Semantic Release fails due to:
error: failed to push some refs to 'https://github.com/mdtanker/polartoolkit.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.'
Workaround is to just manually trigger the workflow. I think it is failing since the first job, Changelog, results in a commit, and then the 2nd job, Semantic Release is failing to pull that commit.
The text was updated successfully, but these errors were encountered:
There seems to be an issue with the
Semantic Release
job of thesemantic-release
workflow. The jobChangelog
seems to work fine, butSemantic Release
fails due to:Workaround is to just manually trigger the workflow. I think it is failing since the first job,
Changelog
, results in a commit, and then the 2nd job,Semantic Release
is failing to pull that commit.The text was updated successfully, but these errors were encountered: