diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f29dca2..4ec0b5e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -72,6 +72,10 @@ jobs: name: my-artifacts path: bin + - uses: akhilmhdh/contributors-readme-action@v2.3.6 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + release: name: Release if: startsWith(github.ref, 'refs/tags/')