Skip to content

Commit

Permalink
Should work on main if the newer file is in main lol
Browse files Browse the repository at this point in the history
  • Loading branch information
seshubaws committed May 9, 2024
1 parent a57dc95 commit 3c1e8ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 3c1e8ae

Please sign in to comment.