Skip to content

Commit

Permalink
feat: remove prefix of version number
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 25, 2018
1 parent bbfc8da commit 3a9a1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REPO_PREFIX = escalate4u/ha-bridge
DEVICE_NAME ?= raspberrypi3
IMAGE_NAME = $(REPO_PREFIX)-$(DEVICE_NAME)
VERSION_NUM = $(shell curl --silent --fail --location --header 'Accept: application/json' https://api.github.com/repos/bwssytems/ha-bridge/releases/latest | jq -r '.tag_name')
VERSION_NUM = $(shell curl --silent --fail --location --header 'Accept: application/json' https://api.github.com/repos/bwssytems/ha-bridge/releases/latest | jq -r '.tag_name' | sed 's/^v//g')

.PHONY: build
build:
Expand Down

0 comments on commit 3a9a1e4

Please sign in to comment.