Skip to content

Commit f0a220d

Browse files
authored
Merge pull request #510 from microsoft/ci/release-please-dispatch
ci: adds workflow dispatch to release please
2 parents 806c946 + 8362bf5 commit f0a220d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)