Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 5697bb2

Browse files
committed
Fix script name.
🤦🤦🤦 Signed-off-by: Ben Kochie <[email protected]>
1 parent bc2d46f commit 5697bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: pip install git-semver
5454
- run: git config --global user.email "${GIT_MAIL}"
5555
- run: git config --global user.name "${GIT_USER}"
56-
- run: ./bump_version >> $BASH_ENV
56+
- run: ./bump_version.sh >> $BASH_ENV
5757
- run: |
5858
if [[ "${NEW_TAG}" == 'none' ]]; then
5959
echo "Keyword not detected. Doing nothing" && circleci-agent step halt

0 commit comments

Comments
 (0)