Browse Source

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

Because just pushing the tag with a non-Actions token doesn't suffice,
apparently
Jakob Borg 4 months ago
parent
commit
1903da569b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/release-syncthing.yaml

+ 6 - 0
.github/workflows/release-syncthing.yaml

@@ -51,3 +51,9 @@ jobs:
           git config --global user.email '[email protected]'
           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