also use circleci for tags

This commit is contained in:
Christoph Haas 2021-08-23 23:03:55 +02:00
parent e9369b0afd
commit c0abce15d6

View File

@ -43,3 +43,13 @@ jobs:
go get github.com/tcnksm/ghr
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace $CIRCLE_TAG ~/repo/dist
fi
workflows:
build-and-release:
jobs:
#--------------- BUILD ---------------#
- build:
name: build
filters:
tags:
only: /^v.*/