From 3c1e8aebb84db84f50b78b73863726d5c2c0cd47 Mon Sep 17 00:00:00 2001 From: Seshu Brahma Date: Thu, 9 May 2024 12:02:32 -0700 Subject: [PATCH] Should work on main if the newer file is in main lol --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 363b21e..365e2d3 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" #not showing if main branch? and using old version of this file if on main branch???? + description: "Information about the release" required: true default: "New release" jobs: @@ -17,8 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # with: - # ref: 'main' - name: Set up python uses: actions/setup-python@v5 with: