Skip to content

Commit

Permalink
fix target for tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Oct 22, 2018
1 parent 7930ebc commit 3bc0b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ all: python go ## Build source for all supported languages

.PHONY: github-tag
github-tag: ## Create and push a tag with the current version
git tag -a ${PKG_VERSION} -m "${PKG_NAME} version ${PKG_VERSION}"
git push -u origin ${PKG_VERSION}
git tag -a ${PKG_VER} -m "${PKG_NAME} version ${PKG_VER}"
git push -u origin ${PKG_VER}

.PHONY: py-publish
py-publish: ## Build and publish the python package to PyPi
Expand Down

0 comments on commit 3bc0b24

Please sign in to comment.