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