diff --git a/.github/workflows/dev_merge.yml b/.github/workflows/dev_merge.yml index cc5d4949d..6de121683 100644 --- a/.github/workflows/dev_merge.yml +++ b/.github/workflows/dev_merge.yml @@ -56,7 +56,7 @@ jobs: cd .github/workflows python -m pip install --upgrade pip pip install requests==2.23.0 - python index_files.py -u ${{ secrets.INDEX_DEV_API_URL_v2 }} -d ${{ env.release_branch }}-v2 -he ${{ secrets.INDEX_DEV_API_HEADERS }} + python index_files.py -u ${{ secrets.INDEX_DEV_API_URL_V2 }} -d ${{ env.release_branch }}-v2 -he ${{ secrets.INDEX_DEV_API_HEADERS }} - name: Notify Slack if: always() uses: edge/simple-slack-notify@master diff --git a/.github/workflows/main_release.yml b/.github/workflows/main_release.yml index 4e2283986..386c4d6a2 100644 --- a/.github/workflows/main_release.yml +++ b/.github/workflows/main_release.yml @@ -67,7 +67,7 @@ jobs: cd .github/workflows python -m pip install --upgrade pip pip install requests==2.23.0 - python index_files.py -u ${{ secrets.INDEX_DEV_API_URL_v2 }} -d ${{ env.release_branch }}-v2 -he ${{ secrets.INDEX_DEV_API_HEADERS }} + python index_files.py -u ${{ secrets.INDEX_DEV_API_URL_V2 }} -d ${{ github.event.release.tag_name }}-v2 -he ${{ secrets.INDEX_DEV_API_HEADERS }} - name: Notify Slack if: always() uses: edge/simple-slack-notify@master