Skip to content

Commit

Permalink
fix(ci): bump_version step
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdaly committed Nov 30, 2021
1 parent e1c2898 commit 3f64deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ jobs:
- run:
name: Commit and push the release
command: |
git add .
git commit -anm "chore(ci): release $CIRCLE_TAG"
git push -u origin master
Expand Down

0 comments on commit 3f64deb

Please sign in to comment.