diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1747525ed..1f2ee084e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,10 +35,13 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/ - rebuild-docker-image: + rebuild-docker-and-conda-base-update: needs: [run] runs-on: ubuntu-latest steps: - run: gh workflow run ci.yml --repo nextstrain/docker-base env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH }} + - run: gh workflow run ci.yaml --repo nextstrain/conda-base + env: + GITHUB_TOKEN: ${{ secrets.GH_TOKEN_NEXTSTRAIN_BOT_WORKFLOW_DISPATCH }}