Skip to content

Commit cbd5693

Browse files
author
Github Actions
committed
wip
1 parent 50f0a23 commit cbd5693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git config --global user.name "Github Actions"
3737
git add package.json CHANGELOG.md src/version.ts
3838
git commit --no-verify -m "📦 Release $NEW_VERSION" || exit 1
3939

40-
git push origin $2 --no-verify || exit 1
40+
git push origin/$2 --no-verify || exit 1
4141
echo "🎉 Pushed to GitHub ..."
4242
# echo "🎉 dry run. branch $current_branch version $NEW_VERSION"
4343

0 commit comments

Comments
 (0)