File tree 1 file changed +3
-18
lines changed
1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change 8
8
required : true
9
9
default : " X.Y"
10
10
releaseBody :
11
- description : " Information about the release"
11
+ description : " Information about the release" # not showing if main branch? and using old version of this file if on main branch????
12
12
required : true
13
13
default : " New release"
14
14
jobs :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- with :
21
- ref : ' main'
20
+ # with:
21
+ # ref: 'main'
22
22
- name : Set up python
23
23
uses : actions/setup-python@v5
24
24
with :
31
31
make integ-tests-with-docker-x86-64
32
32
make integ-tests-with-docker-arm64
33
33
make integ-tests-with-docker-old
34
- # - name: Run Integ Tests x86
35
- # uses: actions/setup-python@v5
36
- # with:
37
- # python-version: '3.11'
38
- # run: make integ-tests-with-docker-x86-64
39
- # - name: Run Integ Tests arm64
40
- # uses: actions/setup-python@v5
41
- # with:
42
- # python-version: '3.11'
43
- # run: make integ-tests-with-docker-arm64
44
- # - name: Run Integ Tests Old
45
- # uses: actions/setup-python@v5
46
- # with:
47
- # python-version: '3.11'
48
- # run: make integ-tests-with-docker-old
49
34
- name : Release
50
35
uses : softprops/action-gh-release@v2
51
36
with :
You can’t perform that action at this time.
0 commit comments