Skip to content

Commit

Permalink
chore: Fix release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Feb 2, 2024
1 parent 4711cc2 commit 1e8e875
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1e8e875

Please sign in to comment.