Skip to content

Commit

Permalink
fixing action invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Apr 19, 2024
1 parent b442167 commit 52113a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-released == 'true'}}
steps:
- uses: ./.github/workflows/full-release.yml
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/sdk/server'
project_file: 'pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj'
Expand All @@ -47,7 +47,7 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-telemetry-released == 'true'}}
steps:
- uses: ./.github/workflows/full-release.yml
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/telemetry'
name: 'LaunchDarkly.ServerSdk.Telemetry'
Expand Down

0 comments on commit 52113a2

Please sign in to comment.