File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
+ - uses : actions/checkout@v4
17
18
- name : Create Release
18
19
run : gh release create ${{ github.ref_name }}
19
20
env :
20
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
22
build-layer :
22
23
runs-on : ubuntu-latest
24
+ needs : create-release
23
25
outputs :
24
26
JAVAAGENT_VERSION : ${{ steps.save-javaagent-version.outputs.JAVAAGENT_VERSION }}
25
27
JAVAWRAPPER_VERSION : ${{ steps.save-javawrapper-version.outputs.JAVAWRAPPER_VERSION }}
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
+ - uses : actions/checkout@v4
17
18
- name : Create Release
18
19
run : gh release create ${{ github.ref_name }}
19
20
env :
20
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
22
build-layer :
22
23
runs-on : ubuntu-latest
24
+ needs : create-release
23
25
outputs :
24
26
NODEJS_VERSION : ${{ steps.save-node-sdk-version.outputs.SDK_VERSION}}
25
27
steps :
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
+ - uses : actions/checkout@v4
17
18
- name : Create Release
18
19
run : gh release create ${{ github.ref_name }}
19
20
env :
20
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
22
build-layer :
22
23
runs-on : ubuntu-latest
24
+ needs : create-release
23
25
outputs :
24
26
PYTHON_OPENTELEMETRY_SDK_VERSION : ${{ steps.save-python-opentelemetry-sdk-version.outputs.PYTHON_OPENTELEMETRY_SDK_VERSION}}
25
27
steps :
Original file line number Diff line number Diff line change @@ -14,12 +14,14 @@ jobs:
14
14
create-release :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
+ - uses : actions/checkout@v4
17
18
- name : Create Release
18
19
run : gh release create ${{ github.ref_name }}
19
20
env :
20
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
22
build-layer :
22
23
runs-on : ubuntu-latest
24
+ needs : create-release
23
25
outputs :
24
26
RUBY_SDK_VERSION : ${{ steps.save-ruby-sdk-version.outputs.RUBY_SDK_VERSION}}
25
27
steps :
You can’t perform that action at this time.
0 commit comments