Skip to content

Commit

Permalink
fix(developer): remove extra character in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 9, 2024
1 parent 2ba4a2d commit 9a73a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
shell: bash
run: npm run build
env:
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}}
VITE_FIREBASE_CONFIG: ${{ secrets.FIREBASE_CONFIG }}
VITE_API_EXPLORER_URL: ${{ vars.API_EXPLORER_URL }}

- name: 🔢 Get firebase version
Expand Down

0 comments on commit 9a73a76

Please sign in to comment.