Skip to content

Commit

Permalink
♻️ add marcel in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Oct 4, 2019
1 parent 598df26 commit be97403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
at: .
- run: go get github.com/tcnksm/ghr
- run: mkdir assets && mv backoffice/marcel-backoffice.tgz frontend/marcel-frontend.tgz marcel_linux_amd64.tgz marcel_windows_amd64.tgz marcel_darwin_amd64.tgz assets
- run: ghr -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} ${CIRCLE_TAG} assets
- run: ghr -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -n "marcel ${CIRCLE_TAG}" ${CIRCLE_TAG} assets

filters-all: &filters-all
tags:
Expand Down

0 comments on commit be97403

Please sign in to comment.