Skip to content

Commit

Permalink
fix: fix release process (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFaucherre authored Nov 29, 2023
1 parent d77dba3 commit 664dc03
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 @@ -202,7 +202,7 @@ jobs:
name: Write the next release version in the version file
command: |
version=$(jq -r '.["."]' ~/project/.circleci/release/release-please-manifest.json)
echo "export VERSION=$version" > ~/version
echo "$version" > ~/version
- persist_to_workspace:
root: ~/
paths:
Expand Down

0 comments on commit 664dc03

Please sign in to comment.