Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
[CHANGELOG]
Browse files Browse the repository at this point in the history
[CHANGELOG]: ./CHANGELOG.md
  • Loading branch information
xs9627 committed Sep 5, 2019
1 parent b0b368c commit a2f1649
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 @@ -21,7 +21,7 @@ jobs:
- run:
name: Get release version
command: |
echo 'export RELEASE_VERSION=`cat ./public/manifest.json | jq .version`' >> $BASH_ENV;
echo 'export RELEASE_VERSION=`cat ./public/manifest.json | jq -r .version`' >> $BASH_ENV;
echo ${RELEASE_VERSION};
- run:
name: Build publish package
Expand Down

0 comments on commit a2f1649

Please sign in to comment.