commit | 34d8bc47017a41ac473868bfbc704ed9d8184c3d | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Mon Jan 01 13:13:25 2024 +0530 |
committer | GitHub <noreply@github.com> | Mon Jan 01 13:13:25 2024 +0530 |
tree | 5688e34d6f48238650006a21391e86407ca95b84 | |
parent | 510fdf7bf651788e549184c23d89c2387c1c2f10 [diff] [blame] |
chore: disable v13 auto releases
diff --git a/.github/workflows/initiate_release.yml b/.github/workflows/initiate_release.yml index e51c194..321d6f5 100644 --- a/.github/workflows/initiate_release.yml +++ b/.github/workflows/initiate_release.yml
@@ -15,7 +15,7 @@ strategy: fail-fast: false matrix: - version: ["13", "14", "15"] + version: ["14", "15"] steps: - uses: octokit/request-action@v2.x