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