diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f18ea92..864df37 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -92,4 +92,6 @@ jobs: fetch-depth: 0 - uses: goreleaser/goreleaser-action@v2 with: - args: release --rm-dist \ No newline at end of file + args: release --rm-dist + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file