Skip to content

Commit

Permalink
ci: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
appflowy committed Nov 30, 2023
1 parent 8d5630c commit d7ec431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Create Env file
run: |
cp .env.dev .env
cp dev.env .env
sed -i '' 's|APPFLOWY_CLOUD_URL=.*|APPFLOWY_CLOUD_URL=${{ secrets.APPFLOWY_CLOUD_URL }}|' .env
working-directory: frontend/appflowy_flutter
shell: bash
Expand Down

0 comments on commit d7ec431

Please sign in to comment.