Skip to content

Commit

Permalink
Merge pull request #9 from MHP24/dev
Browse files Browse the repository at this point in the history
fix: publish.yml syntax
  • Loading branch information
MHP24 authored Feb 6, 2024
2 parents 6a6bc26 + fa3a847 commit e690124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Create .env file for client
- run: |
echo "${{ secrets.ENV_CLIENT }}" > client/.env
echo "${{ secrets.ENV_CLIENT }}" > client/.env
- name: Build the Docker image
run: |
Expand Down

0 comments on commit e690124

Please sign in to comment.