We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd55185 commit 9bf24bcCopy full SHA for 9bf24bc
.github/workflows/nuget-publish.yaml
@@ -54,3 +54,17 @@ jobs:
54
Published to [Nuget](https://www.nuget.org/packages/OpenActive.NET/${{ steps.nbgv.outputs.SimpleVersion }}).
55
draft: false
56
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