Skip to content

Commit 164373b

Browse files
authored
Update publish.yml remove extra quotation mark
1 parent d92231d commit 164373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "DB_NAME=test_db" >> $GITHUB_ENV
4949
echo "SECRET_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
5050
echo "BASE_URL=http://localhost:8000" >> $GITHUB_ENV
51-
echo "RESEND_API_KEY"=$(openssl rand -base64 32)" >> $GITHUB_ENV
51+
echo "RESEND_API_KEY=$(openssl rand -base64 32)" >> $GITHUB_ENV
5252
5353
- name: Verify environment variables for quarto
5454
run: |

0 commit comments

Comments
 (0)