From 95b0e12fca3cb53616ef05137a0812b7cccab356 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 9 Sep 2024 17:52:39 +0200 Subject: [PATCH] Use beta/PTR versions --- .github/workflows/version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index c1b785c..e8acf68 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -15,7 +15,8 @@ jobs: - name: Update TOC Interface version uses: p3lim/toc-interface-updater@v4 with: - future: true + beta: true + ptr: true - name: Create pull request uses: peter-evans/create-pull-request@v7