1
- on :
2
- release :
3
- types : [published]
1
+ # on:
2
+ # release:
3
+ # types: [published]
4
4
5
- name : Post Release
5
+ # name: Post Release
6
6
7
- jobs :
8
- build :
9
- name : Post Release
10
- runs-on : ubuntu-latest
11
- steps :
12
- - name : check out code
13
-
14
- with :
15
- path : arduino-apollo3
16
- fetch-depth : 0
7
+ # jobs:
8
+ # build:
9
+ # name: Post Release
10
+ # runs-on: ubuntu-latest
11
+ # steps:
12
+ # - name: check out code
13
+
14
+ # with:
15
+ # path: arduino-apollo3
16
+ # fetch-depth: 0
17
17
18
- - name : initialize submodules
19
- run : |
20
- cd arduino-apollo3
21
- git submodule update --init --recursive
18
+ # - name: initialize submodules
19
+ # run: |
20
+ # cd arduino-apollo3
21
+ # git submodule update --init --recursive
22
22
23
- - name : generate binaries
24
- run : echo "here's where I would generate tars / zips of the full item"
25
- - name : attach binaries
26
- run : echo "here's where I would attach binaries to the release"
27
- # - name: changelog
28
- # id: changelog
29
- # uses: scottbrenner/[email protected]
30
- # env:
31
- # REPO: ${{ github.repository }}
23
+ # - name: generate binaries
24
+ # run: echo "here's where I would generate tars / zips of the full item"
25
+ # - name: attach binaries
26
+ # run: echo "here's where I would attach binaries to the release"
27
+ # # - name: changelog
28
+ # # id: changelog
29
+ # # uses: scottbrenner/[email protected]
30
+ # # env:
31
+ # # REPO: ${{ github.repository }}
32
32
33
- - name : create release
34
- id : create_release
35
- # run: echo "placeholder for release creation ${{steps.changelog.outputs.changelog}}"
36
- run : echo "placeholder for release creation ${{steps.changelog.outputs.changelog}}"
37
- # uses: actions/create-release@latest
38
- # env:
39
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- # with:
41
- # tag_name: ${{ github.ref }}
42
- # release_name: Release ${{ github.ref }}
43
- # body: |
44
- # ${{ steps.changelog.outputs.changelog }}
45
- # draft: false
46
- # prerelease: false
33
+ # - name: create release
34
+ # id: create_release
35
+ # # run: echo "placeholder for release creation ${{steps.changelog.outputs.changelog}}"
36
+ # run: echo "placeholder for release creation ${{steps.changelog.outputs.changelog}}"
37
+ # # uses: actions/create-release@latest
38
+ # # env:
39
+ # # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
+ # # with:
41
+ # # tag_name: ${{ github.ref }}
42
+ # # release_name: Release ${{ github.ref }}
43
+ # # body: |
44
+ # # ${{ steps.changelog.outputs.changelog }}
45
+ # # draft: false
46
+ # # prerelease: false
0 commit comments