Skip to content

Commit

Permalink
Merge pull request #125 from openfisca/add-git-tagging
Browse files Browse the repository at this point in the history
Add git tagging step to deployment
  • Loading branch information
benjello authored May 21, 2019
2 parents 1ca1d06 + a3c6d63 commit 6a4bb35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
source /tmp/venv/openfisca-survey-manager/bin/activate
.circleci/publish-python-package.sh
- run:
name: Publish a git tag
command: .circleci/publish-git-tag.sh

workflows:
version: 2
build_and_deploy:
Expand Down

0 comments on commit 6a4bb35

Please sign in to comment.