Skip to content

Commit

Permalink
chore: update version used in api-governance build
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Wizard committed Feb 24, 2023
1 parent 082b28a commit 66185b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ jobs:
if [ -n "${CIRCLE_TAG}" ]; then
version=${CIRCLE_TAG#v}
else
version=$(git describe --tags --abbrev=7 --match "v*")
version=${version#v}
yarn version --prepatch --no-git-tag-version
version=$(node -p "require('./package.json').version")
fi
echo "$version" > ./version.txt
echo "Building $version"
Expand Down

0 comments on commit 66185b6

Please sign in to comment.