Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
fix: missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro authored Aug 13, 2023
1 parent 8d1eca8 commit 20bac54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Set up config.js
run: |
const API_TOKEN = '${{ secrets.API_TOKEN }}'; " > ./src/config.js
"const API_TOKEN = '${{ secrets.API_TOKEN }}'; " > ./src/config.js
- name: Update the version
shell: bash
Expand Down

0 comments on commit 20bac54

Please sign in to comment.