diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5de86c9..20b9945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 + clean: true + persist-credentials: false - uses: arnested/go-version-action@v2 id: go-version - name: Bump version and push tag