浏览代码

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 月之前
父节点
当前提交
1903da569b
共有 1 个文件被更改,包括 6 次插入0 次删除
  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