Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jancimertel authored Feb 4, 2023
1 parent 255d141 commit 451fd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- name: Create env file for client
run: |
touch packages/client/env/.env.staging
echo "$CLIENT_ENV" >> packages/client/env/.env.staging
touch packages/client/env/.env.production
echo "$CLIENT_ENV" >> packages/client/env/.env.production
env:
CLIENT_ENV: ${{secrets.CLIENT_ENV_PRODUCTION}}

Expand Down

0 comments on commit 451fd50

Please sign in to comment.