Skip to content

Commit

Permalink
fix: Swap step number conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Dec 11, 2024
1 parent 524e99e commit 326c304
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ jobs:
<WorkflowYMLStep
framework={framework}
frameworkInstructions={frameworkInstructions}
stepNum={showTokenExtraStep ? 3 : 4}
stepNum={showTokenExtraStep ? 4 : 3}
/>
<MergeStep stepNum={showTokenExtraStep ? 4 : 5} />
<MergeStep stepNum={showTokenExtraStep ? 5 : 4} />
<FeedbackCTA />
<LearnMoreBlurb />
</div>
Expand Down

0 comments on commit 326c304

Please sign in to comment.