From a57dc9553076bbff3e81926ce5eec58975a0d1b1 Mon Sep 17 00:00:00 2001 From: Seshu Brahma Date: Thu, 9 May 2024 11:53:14 -0700 Subject: [PATCH] main branch bug? --- .github/workflows/release.yml | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f98fc20..363b21e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: required: true default: "X.Y" releaseBody: - description: "Information about the release" + description: "Information about the release" #not showing if main branch? and using old version of this file if on main branch???? required: true default: "New release" jobs: @@ -17,8 +17,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - with: - ref: 'main' + # with: + # ref: 'main' - name: Set up python uses: actions/setup-python@v5 with: @@ -31,21 +31,6 @@ jobs: make integ-tests-with-docker-x86-64 make integ-tests-with-docker-arm64 make integ-tests-with-docker-old - # - name: Run Integ Tests x86 - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-x86-64 - # - name: Run Integ Tests arm64 - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-arm64 - # - name: Run Integ Tests Old - # uses: actions/setup-python@v5 - # with: - # python-version: '3.11' - # run: make integ-tests-with-docker-old - name: Release uses: softprops/action-gh-release@v2 with: