Skip to content

Commit

Permalink
ci: update env path
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 16, 2024
1 parent 33a9bfc commit 676eb22
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 @@ -131,7 +131,7 @@ jobs:
command: |
VERSION=v$(node -p "require('./package.json').version")
echo "export WIDGET_VERSION=$VERSION" >> $BASH_ENV
cp $BASH_ENV widget.env
cp $BASH_ENV ./packages/self-service/widget.env
- persist_to_workspace:
root: ./packages/self-service
paths:
Expand Down

0 comments on commit 676eb22

Please sign in to comment.