Skip to content

Commit

Permalink
Build => 0.0.9
Browse files Browse the repository at this point in the history
Fixed -- naming
  • Loading branch information
moesaid authored Aug 18, 2024
2 parents d3b33f3 + 4c0ddec commit 3317d68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: create .env file
run: |
touch .env
echo supabaseURL=${{ secrets.SUBAPASE_URL }} >> .env
echo supabaseKey=${{ secrets.SUBAPASE_ANON_KEY }} >> .env
echo sentryDSN=${{ secrets.SENTRY_DNS }} >> .env
echo SUBAPASE_URL=${{ secrets.SUBAPASE_URL }} >> .env
echo SUBAPASE_ANON_KEY=${{ secrets.SUBAPASE_ANON_KEY }} >> .env
echo SENTRY_DNS=${{ secrets.SENTRY_DNS }} >> .env
cat .env
- name: read yaml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windows_ci_cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: create .env file
run: |
touch .env
echo supabaseURL=${{ secrets.SUBAPASE_URL }} >> .env
echo supabaseKey=${{ secrets.SUBAPASE_ANON_KEY }} >> .env
echo sentryDSN=${{ secrets.SENTRY_DNS }} >> .env
echo SUBAPASE_URL=${{ secrets.SUBAPASE_URL }} >> .env
echo SUBAPASE_ANON_KEY=${{ secrets.SUBAPASE_ANON_KEY }} >> .env
echo SENTRY_DNS=${{ secrets.SENTRY_DNS }} >> .env
cat .env
- name: read yaml
Expand Down

0 comments on commit 3317d68

Please sign in to comment.