From e41f2ba7122502737c1b8d0a727b24e545d4203d Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 26 Dec 2025 19:54:15 +0100 Subject: [PATCH] Releaser is available up to 6.7.0 Signed-off-by: Pol Henarejos --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3c60421..fcf7dd9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -34,7 +34,7 @@ jobs: - name: Delete private key run: rm private.pem - name: Update nightly release - uses: pyTooling/Actions/releaser@main + uses: pyTooling/Actions/releaser@v6.7.0 with: tag: nightly-${{ matrix.refs }} rm: true