Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
jq . output.json
[[ $(jq .ok output.json) == true ]]
- name: Notify jacobsvante/www-samling-io
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
# NOTE: The custom github token is important, as repository_dispatch won't work across repos otherwise
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Notify jacobsvante/www-samling-io
if: steps.release-plz.outputs.releases_created
uses: peter-evans/repository-dispatch@v3
uses: peter-evans/repository-dispatch@v4
with:
# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
# NOTE: The custom github token is important, as repository_dispatch won't work across repos otherwise
Expand Down
Loading