From b2f3b611695d0eef4eaa2f261c283ac21ed7d23a Mon Sep 17 00:00:00 2001 From: f-peverali <112709306+f-peverali@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:18:54 +0200 Subject: [PATCH] rm paremteers from python exec --- .github/workflows/TC-version-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TC-version-update.yml b/.github/workflows/TC-version-update.yml index 01784744..bc415f42 100644 --- a/.github/workflows/TC-version-update.yml +++ b/.github/workflows/TC-version-update.yml @@ -25,5 +25,5 @@ jobs: python -m pip install --upgrade pip - name: execute py script # run main.py - run: python /scripts/release_publish.py -b + run: python release_publish.py \ No newline at end of file