We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f29a78 commit dacd923Copy full SHA for dacd923
.github/actions/check-release/action.yml
@@ -29,7 +29,7 @@ runs:
29
else
30
# e.g refs/head/foo or refs/tag/bar
31
echo "Using GITHUB_REF: ${GITHUB_REF}"
32
- export RH_BRANCH=$(echo ${GITHUB_REF} | cut -d'/' -f 3)
+ export RH_BRANCH=$(echo ${GITHUB_REF} | cut -d'/' -f 3-)
33
fi
34
35
# Install Jupyter Releaser from git unless we are testing Releaser itself
0 commit comments