From 7c6668b58e36b8f23f1aa1d34fc38e44651ab3da Mon Sep 17 00:00:00 2001 From: Onuralp SEZER Date: Mon, 16 Dec 2024 21:10:14 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20=20env=20value=20correcte?= =?UTF-8?q?d=20for=20action=20to=20run=20properly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Onuralp SEZER --- .github/workflows/publish-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index 71892612b..ed80ed454 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -14,7 +14,7 @@ jobs: build-and-publish-pre-release: name: Publish Pre-releasePackage runs-on: ubuntu-latest - environment: release + environment: test timeout-minutes: 10 permissions: id-token: write # Required for PyPI publishing