Skip to content

Commit

Permalink
ci(api): Tests copy downloaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatelot committed Feb 15, 2024
1 parent 91b004f commit f28f808
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/api_build_publish_docker_hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f28f808

Please sign in to comment.