Skip to content

Commit

Permalink
Fix release tag reference (#7660)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Feb 21, 2024
1 parent 87f0b90 commit 533a178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "audius-infra"
PREV_VERSION=$(jq -r .version ./package.json)
CHANGELOG=$(git log --pretty=format:"[%h] %s %an" --date=short release-client-v${PREV_VERSION}..HEAD)
CHANGELOG=$(git log --pretty=format:"[%h] %s %an" --date=short client-v${PREV_VERSION}..HEAD)
npm i --ignore-scripts
npm version patch -ws --include-workspace-root --no-git-tag-version
git add .
Expand Down

0 comments on commit 533a178

Please sign in to comment.