From 17140be94e7fba6e333d67bf5bb8edc593318ac4 Mon Sep 17 00:00:00 2001 From: Alex Cohen Date: Tue, 25 Mar 2025 11:47:12 -0400 Subject: [PATCH] Fix workflow (AST-0000) --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f1112d..632a748 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,10 +61,4 @@ jobs: release_name: Release ${{ steps.bump.outputs.new_version }} body: ${{ steps.get_pr_title.outputs.pr_title }} draft: false - prerelease: false - - - name: - Configure GitHub authentication and Clone env: - GITHUB_TOKEN: - ${{ secrets.GH_TOKEN }} - run: | git config --global url."https://$GITHUB_TOKEN:@github.com/".insteadOf "https://github.com/" git clone --branch master https://github.com/CheckmarxDev/ast-system-tests.git + prerelease: false \ No newline at end of file