Skip to content

Commit 9bf24bc

Browse files
authored
Notify OpenActive.DatasetSite.NET on publish
1 parent dd55185 commit 9bf24bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/nuget-publish.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,17 @@ jobs:
5454
Published to [Nuget](https://www.nuget.org/packages/OpenActive.NET/${{ steps.nbgv.outputs.SimpleVersion }}).
5555
draft: false
5656
prerelease: false
57+
58+
dispatch:
59+
needs: publish
60+
strategy:
61+
matrix:
62+
repo: ['OpenActive.DatasetSite.NET']
63+
runs-on: ubuntu-latest
64+
steps:
65+
- name: Trigger tooling update
66+
uses: peter-evans/repository-dispatch@v1
67+
with:
68+
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
69+
repository: openactive/${{ matrix.repo }}
70+
event-type: OpenActive.NET-update

0 commit comments

Comments
 (0)