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 50f0a23 commit cbd5693Copy full SHA for cbd5693
bump-version.sh
@@ -37,7 +37,7 @@ git config --global user.name "Github Actions"
37
git add package.json CHANGELOG.md src/version.ts
38
git commit --no-verify -m "📦 Release $NEW_VERSION" || exit 1
39
40
-git push origin $2 --no-verify || exit 1
+git push origin/$2 --no-verify || exit 1
41
echo "🎉 Pushed to GitHub ..."
42
# echo "🎉 dry run. branch $current_branch version $NEW_VERSION"
43
0 commit comments