We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NEW_BRANCH
prepare-mergeback-branch
1 parent 67e42fe commit 25c4fccCopy full SHA for 25c4fcc
1 file changed
.github/actions/prepare-mergeback-branch/action.yml
@@ -30,6 +30,9 @@ runs:
30
run: |
31
set -exu
32
33
+ # Ensure we are on the new branch
34
+ git checkout "${NEW_BRANCH}"
35
+
36
# Update the version number ready for the next release
37
npm version patch --no-git-tag-version
38
0 commit comments