Skip to content

Commit 3ca4df8

Browse files
committed
fix(release): fix release script
1 parent 7a168e8 commit 3ca4df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/semantic-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
if ! git commit -m "chore(bump): v$version" >/dev/null 2>&1 ; then
3838
echo "package.json already @ v$version"
3939
else
40-
git push --set-upstream up wip/release-fix >/dev/null 2>&1
40+
git push up $CURRENT_BRANCH >/dev/null 2>&1
4141
echo "Changes pushed to remote"
4242
fi
4343
fi

0 commit comments

Comments
 (0)