Skip to content

Commit

Permalink
chore: Fixed copy paste error in post release workflow (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jul 8, 2024
1 parent c14ec3b commit 6f2da7a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6f2da7a

Please sign in to comment.