Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
push tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nolte committed Jan 5, 2019
1 parent 9007661 commit 3653e82
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ jobs:
command: |
go get github.com/aktau/github-release
- *run_task_load_current_version_bumpversion_cfg
# - run:
# name: create release tag
# command: |
# CURRENT_VERSION="$(cat /tmp/workspace/current_version.txt)"
# git tag v$CURRENT_VERSION
# git push origin v$CURRENT_VERSION
- run:
name: create release tag
command: |
CURRENT_VERSION="$(cat /tmp/workspace/current_version.txt)"
git tag v$CURRENT_VERSION
git push origin v$CURRENT_VERSION
- run:
name: install aktau/github-release manager
command: |
Expand All @@ -164,8 +164,8 @@ jobs:
--user ${CIRCLE_PROJECT_USERNAME} \
--repo ${CIRCLE_PROJECT_REPONAME} \
--tag "v${CURRENT_VERSION}" \
--name "the wolf of source street" \
--description "Not a movie, contrary to popular opinion. Still, my first release!" \
--name "v${CURRENT_VERSION}" \
--description "simple release" \
--pre-release
workflows:
Expand Down

0 comments on commit 3653e82

Please sign in to comment.