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