From 9c5a6f72918cc14bda40889cd896dcaaee8a844a Mon Sep 17 00:00:00 2001 From: kazami139 Date: Sun, 26 Feb 2023 13:27:37 +0000 Subject: [PATCH] fix: typo --- .github/workflows/eoefans-api-azure-deploy.yml | 2 +- .github/workflows/eoefans-spider-azure-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eoefans-api-azure-deploy.yml b/.github/workflows/eoefans-api-azure-deploy.yml index 2ecc67b..f6c4938 100644 --- a/.github/workflows/eoefans-api-azure-deploy.yml +++ b/.github/workflows/eoefans-api-azure-deploy.yml @@ -58,5 +58,5 @@ jobs: SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }} SENTRY_URL: ${{ secrets.SENTRY_URL }} with: - environment: production + environment: Production version: ${{ env.DEPLOY_VERSION }} diff --git a/.github/workflows/eoefans-spider-azure-deploy.yml b/.github/workflows/eoefans-spider-azure-deploy.yml index fc56247..79a902a 100644 --- a/.github/workflows/eoefans-spider-azure-deploy.yml +++ b/.github/workflows/eoefans-spider-azure-deploy.yml @@ -57,5 +57,5 @@ jobs: SENTRY_PROJECT: ${{ env.SENTRY_PROJECT }} SENTRY_URL: ${{ secrets.SENTRY_URL }} with: - environment: production + environment: Production version: ${{ env.DEPLOY_VERSION }}