commit a112a6a6837b967c179706156d496a2e41ab6595 parent b5c8bd7ed04bfb31fb566d61795b24cbf96260d4 Author: Sean Enck <sean@ttypty.com> Date: Sun, 2 Nov 2025 12:42:40 -0500 working on small release option Diffstat:
| A | .github/dependabot.yml | | | 6 | ++++++ |
| M | .github/workflows/build.yml | | | 5 | +++++ |
2 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -22,3 +22,8 @@ jobs: run: apk add make minify zip - name: "build" run: cd plugins/hphp && make + - name: release + uses: softprops/action-gh-release@v2 + if: github.ref_type == 'tag' + with: + files: plugins/**/target/*.zip