Skip to content

Commit

Permalink
chore(make): update ghr env
Browse files Browse the repository at this point in the history
update ghr env

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Feb 9, 2020
1 parent b109718 commit 3805c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -4,10 +4,10 @@ all: clean
docker run --rm -it -v `pwd`:/etcd-deb mritd/fpm bash -c "cd /etcd-deb && bash ./build.sh"

release: all
ghr -u mritd -t ${GITHUB_RELEASE_TOKEN} -replace -recreate --debug v${BUILD_VERSION} dist
ghr -u mritd -t ${GITHUB_TOKEN} -replace -recreate --debug v${BUILD_VERSION} dist

pre-release: all
ghr -u mritd -t ${GITHUB_RELEASE_TOKEN} -replace -recreate -prerelease --debug v${BUILD_VERSION} dist
ghr -u mritd -t ${GITHUB_TOKEN} -replace -recreate -prerelease --debug v${BUILD_VERSION} dist

clean:
rm -rf dist/etcd*.deb etcd*.tar.gz
Expand Down

0 comments on commit 3805c16

Please sign in to comment.