Skip to content

Commit cb9462f

Browse files
committed
Needs checkout
1 parent 99a2be1 commit cb9462f

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ jobs:
100100
outputs:
101101
package-hashes: ${{ steps.publish.outputs.package-hashes }}
102102
steps:
103+
- name: Checkout
104+
uses: actions/checkout@v4
105+
- run: git submodule update --init --recursive
106+
103107
- name: Publish Python SDK
104108
id: publish
105109
uses: ./.github/actions/publish-python-sdk

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
outputs:
3333
package-hashes: ${{ steps.publish.outputs.package-hashes }}
3434
steps:
35+
- name: Checkout
36+
uses: actions/checkout@v4
37+
3538
- name: Publish Python SDK
3639
id: publish
3740
uses: ./.github/actions/publish-python-sdk

go/go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/observability-sdk/go
2+
3+
go 1.24.3

0 commit comments

Comments
 (0)