GITHUB_REF_SLUG on pull request differs between v2.x and v3.x
rlespinasse opened this issue ยท 3 comments
rlespinasse commented
On pull_request
event, the GITHUB_REF
value is refs/pull/<pr number>-merge
So,
- on v2.x, the value is
<pr number>-merge
- on v3.x, the value is
refs-pull-<pr number>-merge
During the migration from docker-based action (v2.x) to javascript-based action (v3.x), the bug have been introduce.
rlespinasse commented
rlespinasse commented
Finally, the associated bugfix will be keep.
rlespinasse commented
๐ This issue has been resolved in version 3.4.0 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐