Skip to content

Commit

Permalink
Unconditionally run the build even if there are no changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed Mar 19, 2024
1 parent f57922a commit 2e0ddb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
run: echo "step-name=${{ steps.changesets.outputs.hasChangesets == 'false' && 'publish-packages' || 'build' }}" >> $GITHUB_OUTPUT

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

0 comments on commit 2e0ddb9

Please sign in to comment.