Skip to content

Commit

Permalink
Merge pull request #96 from valory-xyz/fix/checkout
Browse files Browse the repository at this point in the history
Fix checkout action
  • Loading branch information
Adamantios authored Sep 22, 2023
2 parents 5af275f + 51782d5 commit 10d29ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up tag and vars
uses: addnab/docker-run-action@v3
with:
fetch-depth: 0
image: valory/open-autonomy-user:latest
options: -v ${{ github.workspace }}:/work
run: |
Expand Down

0 comments on commit 10d29ef

Please sign in to comment.