From 6992a3ff195467fefbf17e384a80fc23308d3a5f Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Sat, 20 Jul 2024 14:16:08 -0700 Subject: [PATCH] chore: Update deployment workflow in develop.deploy-functions.yml --- .github/workflows/develop.deploy-functions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index d1d4a002d..febc42a95 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -19,8 +19,6 @@ jobs: steps: - name: Checkout repository uses: 'actions/checkout@v4' - with: - persist-credentials: false - name: Delete Previous deployments uses: actions/github-script@v6 with: @@ -46,6 +44,10 @@ jobs: }); }) ); + - name: Checkout repository + uses: 'actions/checkout@v4' + with: + persist-credentials: false - name: Semantic Release id: semantic uses: cycjimmy/semantic-release-action@v4