Skip to content

Commit

Permalink
Fix another typo in a workflow script, I'm really bad at these
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 7, 2024
1 parent 8f966b6 commit 38156bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run Build Step (force)
if: steps.changesets.outputs.hasChangesets == 'false'
run: pnpm turbo ${{ steps.build-step-decider.step-name }} --concurrency=100% --filter=!\@solana/web3.js --force=true
run: pnpm turbo ${{ steps.build-step-decider.outputs.step-name }} --concurrency=100% --filter=!\@solana/web3.js --force=true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 38156bc

Please sign in to comment.