Skip to content

Commit

Permalink
Notify OpenActive.DatasetSite.NET on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Jul 2, 2022
1 parent dd55185 commit 9bf24bc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/nuget-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,17 @@ jobs:
Published to [Nuget](https://www.nuget.org/packages/OpenActive.NET/${{ steps.nbgv.outputs.SimpleVersion }}).
draft: false
prerelease: false

dispatch:
needs: publish
strategy:
matrix:
repo: ['OpenActive.DatasetSite.NET']
runs-on: ubuntu-latest
steps:
- name: Trigger tooling update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
repository: openactive/${{ matrix.repo }}
event-type: OpenActive.NET-update

0 comments on commit 9bf24bc

Please sign in to comment.