Skip to content

Commit

Permalink
fix: workflow Insufficient permission to access.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdryzun committed Jul 31, 2023
1 parent d5691ba commit d7dcb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-go@v3
with: { go-version: '1.20' }
- run: go install github.com/go-task/task/v3/cmd/task@latest
- run: apt update && apt-get install zip
- run: sudo apt update && sudo apt-get install zip
- uses: actions/checkout@v3
- run: task deps
- run: git reset --hard
Expand Down

0 comments on commit d7dcb5f

Please sign in to comment.