Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Fixed copy paste error in post release workflow
  • Loading branch information
jsumners-nr committed Jul 3, 2024
commit 0220f8c1cc28ad52384ecc0cc0f04c8d30f96ba4
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if:
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success') ||
(github.event_name == 'workflow_dispatch' &&
(inputs.repo_target == 'local' || inputs.repo_target == 'both'))
(inputs.repo_target == 'docs' || inputs.repo_target == 'both'))
steps:
- uses: actions/checkout@v4
with:
Expand Down