From c539cc5f211ad0d8699eb19dc3078d5f8884a85d Mon Sep 17 00:00:00 2001 From: mhewedy Date: Tue, 9 Apr 2024 15:54:21 +0300 Subject: [PATCH] add contributors-readme-action --- .github/workflows/go.yml | 4 ++++ 1 file changed, 4 insertions(+) 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/')