Skip to content

Commit

Permalink
fixing checkout usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Apr 19, 2024
1 parent 4f91868 commit bf22b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/full-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v4
- name: CI check
uses: ./.github/actions/ci
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-released == 'true'}}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/sdk/server'
Expand All @@ -47,6 +48,7 @@ jobs:
pull-requests: write
if: ${{ needs.release-please.outputs.package-sdk-server-telemetry-released == 'true'}}
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/full-release
with:
workspace_path: 'pkgs/telemetry'
Expand Down

0 comments on commit bf22b00

Please sign in to comment.