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