diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 5991d85..a7e2928 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -8,7 +8,7 @@ on: - "v*.*.*" permissions: - contents: read + contents: write pull-requests: write issues: write checks: read @@ -18,9 +18,8 @@ jobs: goreleaser: runs-on: ubuntu-latest steps: - - - name: Checkout - - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 with: fetch-depth: 0 -