Skip to content

Commit c2dad2e

Browse files
committed
Force publish in sync workflow for testing
1 parent 73cf2e7 commit c2dad2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sync-version.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
echo "needed=true" >> "$GITHUB_OUTPUT"
3434
fi
3535
- uses: pnpm/action-setup@v6
36-
if: steps.check.outputs.needed == 'true'
36+
if: true
3737
with:
3838
version: 11
39-
run_install: false
39+
run_install: true
4040
- uses: actions/setup-node@v6
41-
if: steps.check.outputs.needed == 'true'
41+
if: true
4242
with:
4343
node-version: "26"
4444
cache: "pnpm"

0 commit comments

Comments
 (0)