Skip to content

Commit

Permalink
Fix __version__ (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinresearch authored Oct 1, 2019
1 parent f917ea4 commit 7861b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utils/build-version-json.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "$(dirname $0)"
cd $(dirname $0)/..

HASH=$(git --no-pager log --format=format:"%H" -1)
TAG=$(git show-ref --tags | awk "/$HASH/ {print \$NF}" | sed 's/refs.tags.//')
TAG=$(git describe --tags)

printf '{"commit":"%s","version":"%s","source":"https://github.com/mozilla/extension-workshop"}\n' \
"$HASH" \
Expand Down

0 comments on commit 7861b61

Please sign in to comment.