Skip to content

Commit 8362bf5

Browse files
committed
ci: adds workflow dispatch to release please
1 parent 806c946 commit 8362bf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-please-gha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
push:
1515
branches:
1616
- main
17-
17+
workflow_dispatch:
1818

1919
permissions:
2020
contents: read
@@ -37,4 +37,4 @@ jobs:
3737
with:
3838
token: ${{ steps.app-token.outputs.token }}
3939
config-file: release-please-config.json
40-
manifest-file: .release-please-manifest.json
40+
manifest-file: .release-please-manifest.json

0 commit comments

Comments
 (0)