Skip to content

Commit

Permalink
[Releases] prevent problems with lots of branches by releasing only o…
Browse files Browse the repository at this point in the history
…n main
  • Loading branch information
dgattey committed Dec 30, 2023
1 parent 267513e commit 943da83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Print new version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: pnpm turbo release -- --dry-run --branches="*"
run: pnpm turbo release -- --dry-run --branches="main"

release:
timeout-minutes: 5
Expand Down

0 comments on commit 943da83

Please sign in to comment.