Skip to content

Commit d4b1c79

Browse files
fix: only run post-release once (#535)
## PR Checklist - [x] Addresses an existing open issue: fixes #433 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Removes the manual dispatch of `post-release.yml`, so that `release.types` > `- published` is how it's triggered. Co-authored-by: Navin Moorthy <[email protected]>
1 parent 7793c61 commit d4b1c79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/post-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,3 @@ on:
2525
release:
2626
types:
2727
- published
28-
workflow_dispatch: ~

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: |
3636
if pnpm run should-semantic-release ; then
3737
pnpm release-it --verbose
38-
gh workflow run post-release.yml
3938
fi
4039
- if: always()
4140
name: Recreate branch protection on main

0 commit comments

Comments
 (0)