Skip to content

Commit

Permalink
Fixed release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Oct 11, 2024
1 parent fa91ed7 commit fb61e5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
key: images-dependencies
restore-keys: images-dependencies

- name: Git configure
run: |
git config --global --add safe.directory $(pwd)
- name: Install dependencies
run: |
go mod download
Expand Down

0 comments on commit fb61e5d

Please sign in to comment.