Skip to content

Commit

Permalink
try fix go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 20, 2024
1 parent 9e5f612 commit dc19d44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
if: needs.release-guard.outputs.EXECUTE_RELEASE == 'true'

steps:
- name: change permissions
run: sudo find ../ -type d -exec chmod 777 {} +

- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to fetch version
Expand Down Expand Up @@ -190,4 +193,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=min
cache-to: type=gha,mode=min

0 comments on commit dc19d44

Please sign in to comment.