File tree Expand file tree Collapse file tree 5 files changed +35
-5
lines changed
Expand file tree Collapse file tree 5 files changed +35
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ permissions:
1111 contents : write
1212
1313jobs :
14+ create-release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Create Release
18+ run : gh release create ${{ github.ref_name }}
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1421 build-layer :
1522 runs-on : ubuntu-latest
1623 strategy :
3340 path : ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip
3441 - name : Add Binary to Release
3542 run : |
36- gh release create ${{github.ref_name}}
3743 gh release upload ${{github.ref_name}} ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip
3844 env :
3945 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ permissions:
1111 contents : write
1212
1313jobs :
14+ create-release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Create Release
18+ run : gh release create ${{ github.ref_name }}
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1421 build-layer :
1522 runs-on : ubuntu-latest
1623 outputs :
4653
4754 - name : Add Binary to Release
4855 run : |
49- gh release create ${{github.ref_name}}
5056 gh release upload ${{github.ref_name}} java/layer-wrapper/build/distributions/opentelemetry-javawrapper-layer.zip
5157 env :
5258 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ permissions:
1111 contents : write
1212
1313jobs :
14+ create-release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Create Release
18+ run : gh release create ${{ github.ref_name }}
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1421 build-layer :
1522 runs-on : ubuntu-latest
1623 outputs :
4754
4855 - name : Add Binary to Release
4956 run : |
50- gh release create ${{github.ref_name}}
5157 gh release upload ${{github.ref_name}} nodejs/packages/layer/build/opentelemetry-nodejs-layer.zip
5258 env :
5359 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ permissions:
1111 contents : write
1212
1313jobs :
14+ create-release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Create Release
18+ run : gh release create ${{ github.ref_name }}
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1421 build-layer :
1522 runs-on : ubuntu-latest
1623 outputs :
5461
5562 - name : Add Binary to Release
5663 run : |
57- gh release create ${{github.ref_name}}
5864 gh release upload ${{github.ref_name}} python/src/build/opentelemetry-python-layer.zip
5965 env :
6066 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ permissions:
1111 contents : write
1212
1313jobs :
14+ create-release :
15+ runs-on : ubuntu-latest
16+ steps :
17+ - name : Create Release
18+ run : gh release create ${{ github.ref_name }}
19+ env :
20+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1421 build-layer :
1522 runs-on : ubuntu-latest
1623 outputs :
4653
4754 - name : Add Binary to Release
4855 run : |
49- gh release create ${{github.ref_name}}
5056 gh release upload ${{github.ref_name}} ruby/src/build/opentelemetry-ruby-layer.zip
5157 env :
5258 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments