From a476d7d69f98e85cb00179573c3a07eb9ddb38e2 Mon Sep 17 00:00:00 2001 From: Martin Turoci Date: Mon, 9 Oct 2023 13:12:52 +0200 Subject: [PATCH] ci: Temporarily downgrade conda publish action as it is not able to build itself. --- .github/workflows/release-wave.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release-wave.yml b/.github/workflows/release-wave.yml index 1561ffe9f3..a67bff1165 100644 --- a/.github/workflows/release-wave.yml +++ b/.github/workflows/release-wave.yml @@ -75,10 +75,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish to Conda - uses: amauryval/publish_conda_package_action@2.0.3 + uses: amauryval/publish_conda_package_action@1.1.0 with: CondaDir: 'py/h2o_wave/conda' - Platforms: 'noarch' CondaUsername: ${{ secrets.CONDA_USERNAME }} CondaPassword: ${{ secrets.CONDA_PASSWORD }} env: