We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37c044d commit 1309159Copy full SHA for 1309159
.github/workflows/devpackpublish.yml
@@ -48,4 +48,12 @@ jobs:
48
git config --local user.email "[email protected]"
49
git add .
50
git commit -m "[CI Skip] ci: publish prerelease" -n
51
- git push
+ git push
52
+ - name: Repository Dispatch
53
+ uses: peter-evans/repository-dispatch@v2
54
+ with:
55
+ token: ${{ secrets.REPO_ACCESS_TOKEN }}
56
+ repository: KILTProtocol/docs
57
+ event-type: sdk-update
58
+ client-payload: '{"latestTag": "${{ steps.package_version.outputs.package_version }}"}'
59
+
0 commit comments