Skip to content

Commit

Permalink
add change perms
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 16, 2024
1 parent 11fbb00 commit e199f1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

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

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit e199f1f

Please sign in to comment.