Skip to content

Commit

Permalink
ci: test auto release
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaskur committed Sep 8, 2023
1 parent 01eec94 commit 1906d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- id: 'gcloud'
name: 'gcloud'
env:
GCP_PROJECT: ${{ secrets.$GCP_PROJECT }}
GCP_REGION: ${{ secrets.$GCP_REGION }}
GCP_PROJECT: '${{ secrets.GCP_PROJECT }}'
GCP_REGION: '${{ secrets.GCP_REGION }}'
run: |
gcloud config set project $GCP_PROJECT
gcloud functions deploy app --trigger-http --security-level=secure-always --allow-unauthenticated --runtime nodejs20 --region $GCP_REGION
Expand Down

0 comments on commit 1906d61

Please sign in to comment.