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 a9e62bf commit 8d5630c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:

- name: Create Env file
run: |
cp dev.env .env
(Get-Content .env) -replace 'APPFLOWY_CLOUD_URL=.*', "APPFLOWY_CLOUD_URL=${{ secrets.APPFLOWY_CLOUD_URL }}" | Set-Content .env
working-directory: frontend/appflowy_flutter
shell: pwsh
Expand Down Expand Up @@ -157,7 +158,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 8d5630c

Please sign in to comment.