build: explicitly trigger build after pushing release tag (#10160)

Because just pushing the tag with a non-Actions token doesn't suffice,
apparently
This commit is contained in:
Jakob Borg
2025-06-07 16:22:39 +02:00
committed by GitHub
parent b6a7beca1f
commit 1903da569b

View File

@@ -51,3 +51,9 @@ jobs:
git config --global user.email 'release@syncthing.net'
git tag -a -F notes.md --cleanup=whitespace "$NEXT"
git push origin "$NEXT"
- name: Trigger the build
uses: benc-uk/workflow-dispatch@v1
with:
workflow: build-syncthing.yaml
ref: refs/tags/$NEXT