Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Publish mainline changesets releases with the rc tag for now
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Jul 31, 2024
1 parent 5a20ed0 commit a0fa6fd
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 @@ -45,7 +45,7 @@ jobs:

- name: Choose Build Step
id: build-step-decider
run: echo "step-name=${{ steps.changesets.outputs.hasChangesets == 'false' && 'publish-packages --concurrency=95.84%' || 'build' }}" >> $GITHUB_OUTPUT
run: echo "step-name=${{ steps.changesets.outputs.hasChangesets == 'false' && 'publish-packages --tag rc --concurrency=95.84%' || 'build' }}" >> $GITHUB_OUTPUT

- name: Run Build Step (force)
run: pnpm turbo ${{ steps.build-step-decider.outputs.step-name }} --force=true
Expand Down

0 comments on commit a0fa6fd

Please sign in to comment.