Skip to content

Commit

Permalink
Merge pull request #81 from valory-xyz/fix/release-workflow
Browse files Browse the repository at this point in the history
Fix release workflow
  • Loading branch information
Adamantios authored Sep 18, 2023
2 parents 3ab68be + aa3c7fa commit ab2df04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-versions }}
Expand All @@ -40,10 +40,11 @@ jobs:
DOCKER_USER: ${{secrets.DOCKER_USER}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- 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 ab2df04

Please sign in to comment.