diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a29a748..9b1319f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,3 +33,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} + - name: Syndicate to GoDocs + run: make godocs \ No newline at end of file