From b4ba37fb69809572d773ed9015e72036fdb06e91 Mon Sep 17 00:00:00 2001 From: michaelfeil Date: Thu, 12 Oct 2023 17:52:57 +0200 Subject: [PATCH] ci: fix --- .github/workflows/pypi_release.yaml | 4 ++-- README.md | 4 ++-- libs/infinity_emb/README.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pypi_release.yaml b/.github/workflows/pypi_release.yaml index ce8d29cd..f785d9a2 100644 --- a/.github/workflows/pypi_release.yaml +++ b/.github/workflows/pypi_release.yaml @@ -1,5 +1,5 @@ --- -name: Publish to pypi -> libs/infinity_emb +name: libs/infinity_emb -> Publish to pypi on: release: @@ -14,7 +14,7 @@ jobs: # Disallow publishing from branches that aren't `master`. defaults: run: - working-directory: $WORKDIR + working-directory: ${{ env.WORKDIR }} runs-on: ubuntu-latest permissions: # IMPORTANT: this permission is mandatory for trusted publishing diff --git a/README.md b/README.md index 23583a13..641d17f3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Embedding Inference Server - finding TGI for embeddings. Infinity is developed under MIT Licence - https://github.com/michaelfeil/infinity -![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ) -![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg) +[![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)] +[![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] diff --git a/libs/infinity_emb/README.md b/libs/infinity_emb/README.md index 23583a13..641d17f3 100644 --- a/libs/infinity_emb/README.md +++ b/libs/infinity_emb/README.md @@ -2,8 +2,8 @@ Embedding Inference Server - finding TGI for embeddings. Infinity is developed under MIT Licence - https://github.com/michaelfeil/infinity -![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ) -![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg) +[![codecov](https://codecov.io/gh/michaelfeil/infinity/branch/main/graph/badge.svg?token=NMVQY5QOFQ)] +[![CI](https://github.com/michaelfeil/infinity/actions/workflows/ci.yaml/badge.svg)] [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url]