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
I have noticed that Github action doesn't support [skip ci] feature yet, so when you setup your CI with semantic release, this will trigger the action twice, a workaround solution is adding this in your action: if: "!contains(github.event.head_commit.message, 'skip ci')". I believe this should be documented somewhere or at least notify users that if the CI provider is not supporting [skip ci], they should added it manually
I have noticed that Github action doesn't support
[skip ci]
feature yet, so when you setup your CI with semantic release, this will trigger the action twice, a workaround solution is adding this in your action:if: "!contains(github.event.head_commit.message, 'skip ci')"
. I believe this should be documented somewhere or at least notify users that if the CI provider is not supporting[skip ci]
, they should added it manuallyGithub action skip ci issue
The text was updated successfully, but these errors were encountered: