Skip to content

Commit

Permalink
fix(ci): correct global install workflow (#9914)
Browse files Browse the repository at this point in the history
### Description

Update typod action

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
  • Loading branch information
tknickman authored Feb 7, 2025
1 parent e3f2b1c commit 678356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/turborepo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
enable-corepack: false

- name: Install Global Turbo
uses: ./.github/actions/
uses: ./.github/actions/install-global-turbo
with:
turbo-version: "${{ github.event.inputs.ci-tag-override }}"

Expand Down

0 comments on commit 678356a

Please sign in to comment.