Skip to content

Commit c053c71

Browse files
committed
Update post-release.yml
1 parent 674ced3 commit c053c71

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

.github/workflows/post-release.yml

+41-41
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
on:
2-
release:
3-
types: [published]
1+
# on:
2+
# release:
3+
# types: [published]
44

5-
name: Post Release
5+
# name: Post Release
66

7-
jobs:
8-
build:
9-
name: Post Release
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: check out code
13-
uses: actions/[email protected]
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+
# uses: actions/[email protected]
14+
# with:
15+
# path: arduino-apollo3
16+
# fetch-depth: 0
1717

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
2222

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 }}
3232

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

Comments
 (0)