Skip to content

Commit

Permalink
ci: Trigger doc test whenever a new tag is added (#539)
Browse files Browse the repository at this point in the history
* ci: tTrigger docs test after dev npm publish

* chore: whitespace

* fix: add new line at the end of file
  • Loading branch information
ggera authored May 31, 2022
1 parent 37c044d commit 1309159
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/devpackpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ jobs:
git config --local user.email "[email protected]"
git add .
git commit -m "[CI Skip] ci: publish prerelease" -n
git push
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 }}"}'

0 comments on commit 1309159

Please sign in to comment.