From 9e7a0429584a700ffb4a9f10716d28b2bcc5429b Mon Sep 17 00:00:00 2001 From: DaniloMilenkovic Date: Mon, 28 Oct 2024 13:54:51 +0100 Subject: [PATCH] Update sdkAutomation.yaml --- .github/workflows/sdkAutomation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdkAutomation.yaml b/.github/workflows/sdkAutomation.yaml index df90b2a2..6ad57008 100644 --- a/.github/workflows/sdkAutomation.yaml +++ b/.github/workflows/sdkAutomation.yaml @@ -89,8 +89,6 @@ jobs: env: RELEASES_SPREADSHEET: ${{ secrets.RELEASES_SPREADSHEET }} run: | - python -u scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET - if ${{ github.event.inputs.new_branch }} == true; then git fetch --all if [[ `git branch -a | grep "new-feature/automation"` ]]; then @@ -115,6 +113,8 @@ jobs: git checkout $branchName git reset --hard $(git rev-list --max-parents=1 ) fi + python -u scripts/release_calendar.py --title "NECTO DAILY UPDATE" --doc_link $RELEASES_SPREADSHEET + # Create a new directory at the root of your repository - name: Create automatization directory