Skip to content

Commit

Permalink
chore: fix checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 committed Mar 20, 2023
1 parent a8ec71c commit fba3d9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
target: [ workflow-controller, argocli, argoexec ]
steps:
- uses: actions/checkout@v3
- run: |
cd ../../
mv pipekit/ argoproj/
cd argoproj/argo-workflows
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit fba3d9b

Please sign in to comment.