diff --git a/.github/workflows/v1773-patch.yml b/.github/workflows/v1773-patch.yml deleted file mode 100644 index fede23a..0000000 --- a/.github/workflows/v1773-patch.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Caterium v17.7.3 patch -on: - workflow_dispatch: - push: - branches: [feat/v17-7-3-clients-server-read] - paths: - - ops/v1773-patch.mjs - - .github/workflows/v1773-patch.yml -permissions: - contents: write -jobs: - patch: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - ref: feat/v17-7-3-clients-server-read - - uses: actions/setup-node@v4 - with: - node-version: 22 - - run: node ops/v1773-patch.mjs - - run: npm install - - name: Commit generated v17.7.3 files - run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add package.json package-lock.json public docs ops/sql tests - git commit -m "Caterium v17.7.3 — clients server read" || exit 0 - git push