From f28f8087d56afa6c6807da5063a04ee0c519b384 Mon Sep 17 00:00:00 2001 From: Vincent Vatelot Date: Thu, 15 Feb 2024 11:22:32 +0100 Subject: [PATCH] ci(api): Tests copy downloaded artifacts --- .github/workflows/api_build_publish_docker_hub.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api_build_publish_docker_hub.yml b/.github/workflows/api_build_publish_docker_hub.yml index c9a81ca..c46aafc 100644 --- a/.github/workflows/api_build_publish_docker_hub.yml +++ b/.github/workflows/api_build_publish_docker_hub.yml @@ -176,6 +176,9 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 + - name: Git pull + run: git pull + - name: Download pyproject.toml to a temporary file uses: actions/download-artifact@v4 with: @@ -200,7 +203,6 @@ jobs: tag: v${{ needs.python_project.outputs.api_version }}@api tag_push: "--force" push: true - pull: "--rebase" - name: Get last tag (that is not a `pre` tag) for api id: last_tag