We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57dc95 commit 3c1e8aeCopy full SHA for 3c1e8ae
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
required: true
9
default: "X.Y"
10
releaseBody:
11
- 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"
12
13
default: "New release"
14
jobs:
@@ -17,8 +17,6 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4
20
- # with:
21
- # ref: 'main'
22
- name: Set up python
23
uses: actions/setup-python@v5
24
with:
0 commit comments