Skip to content

Commit 5842d5c

Browse files
authored
Re-enable dry-run for release (#394)
1 parent 5ee89c5 commit 5842d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cruft-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
cache-dependency-glob: scripts/pyproject.toml
2424
- name: Update template repo registry
25-
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
25+
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log --dry-run
2626
env:
2727
RELEASE: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.release }}
2828
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)