Skip to content

Commit 3c1e8ae

Browse files
committed
Should work on main if the newer file is in main lol
1 parent a57dc95 commit 3c1e8ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: true
99
default: "X.Y"
1010
releaseBody:
11-
description: "Information about the release" #not showing if main branch? and using old version of this file if on main branch????
11+
description: "Information about the release"
1212
required: true
1313
default: "New release"
1414
jobs:
@@ -17,8 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
# with:
21-
# ref: 'main'
2220
- name: Set up python
2321
uses: actions/setup-python@v5
2422
with:

0 commit comments

Comments
 (0)