From 1e8e87552386b25143e7751179a3d23725e32d97 Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Fri, 2 Feb 2024 15:47:19 +0100 Subject: [PATCH] chore: Fix release flow --- .github/workflows/release.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d2085286..f19c418b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,24 +45,6 @@ jobs: files: | modules/search-provision/target/universal/search-provision-${{ env.RS_VERSION }}.zip modules/search-api/target/universal/search-api-${{ env.RS_VERSION }}.zip - - name: Publish Pre-Release - uses: ncipollo/release-action@v1 - if: ${{ github.ref }} == 'refs/heads/main' - env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - token: "${{ secrets.GITHUB_TOKEN }}" - prerelease: true - allowUpdates: true - tag: "nightly" - commit: "main" - body: "Floating tag associating the latest build from the main branch" - name: "renku search nightly" - replacesArtifacts: true - removeArtifacts: true - artifacts: | - modules/search-provision/target/universal/search-provision-${{ env.RS_VERSION }}.zip, - modules/search-api/target/universal/search-api-${{ env.RS_VERSION }}.zip - name: Log in to Docker Hub uses: docker/login-action@v2 with: