Skip to content

Commit 2dda77a

Browse files
authored
chore: Docs release fixes. (#201)
## Summary <!-- Ideally, there is an attached GitHub issue that will describe the "why". If relevant, use this section to call out any additional information you'd like to _highlight_ to the reviewer. --> ## How did you test this change? <!-- Frontend - Leave a screencast or a screenshot to visually describe the changes. --> ## Are there any deployment considerations? <!-- Backend - Do we need to consider migrations or backfilling data? -->
1 parent 7c63a91 commit 2dda77a

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
needs: ['release-python-plugin']
5454
steps:
5555
- name: Build and Publish Docs
56-
uses: ./.github/workflows/manual-publish-docs.yml
56+
uses: launchdarkly/observability-sdk/.github/workflows/manual-publish-docs.yml@main
5757
with:
5858
workspace_path: sdk/@launchdarkly/observability-python
5959

@@ -115,7 +115,7 @@ jobs:
115115
if: ${{ needs.release-package.outputs.dotnet-plugin-released == 'true' }}
116116
steps:
117117
- name: Build and Publish Docs
118-
uses: ./.github/workflows/manual-publish-docs.yml
118+
uses: launchdarkly/observability-sdk/.github/workflows/manual-publish-docs.yml@main
119119
with:
120120
workspace_path: sdk/@launchdarkly/observability-dotnet
121121

release-please-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"extra-files": ["version.go"]
2828
},
2929
"sdk/@launchdarkly/observability-dotnet": {
30-
"release-as": "0.1.0",
3130
"bump-minor-pre-major": true,
3231
"package-name": "launchdarkly-observability-dotnet",
3332
"release-type": "simple",

0 commit comments

Comments
 (0)