Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jan 7, 2024
1 parent 50f0a23 commit cbd5693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git config --global user.name "Github Actions"
git add package.json CHANGELOG.md src/version.ts
git commit --no-verify -m "📦 Release $NEW_VERSION" || exit 1

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

Expand Down

0 comments on commit cbd5693

Please sign in to comment.