diff --git a/.github/workflows/devpackpublish.yml b/.github/workflows/devpackpublish.yml index a1ef0c5df..c5f5a6e15 100644 --- a/.github/workflows/devpackpublish.yml +++ b/.github/workflows/devpackpublish.yml @@ -48,4 +48,12 @@ jobs: git config --local user.email "action@github.com" git add . git commit -m "[CI Skip] ci: publish prerelease" -n - git push \ No newline at end of file + git push + - name: Repository Dispatch + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.REPO_ACCESS_TOKEN }} + repository: KILTProtocol/docs + event-type: sdk-update + client-payload: '{"latestTag": "${{ steps.package_version.outputs.package_version }}"}' +