Skip to content

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Sep 16, 2024
1 parent 8c05554 commit 6594d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sentry-cli --version
sentry-cli login --auth-token $SENTRY_AUTH_TOKEN
# append to .env
echo "\nSENTRY_AUTH_TOKEN=$SENTRY_AUTH" >> .env
echo -e "\nSENTRY_AUTH_TOKEN=$SENTRY_AUTH" >> .env
- name: Run tests
run: |
Expand Down

0 comments on commit 6594d3c

Please sign in to comment.