File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : Release
22
33on :
4+ workflow_dispatch :
45 workflow_run :
56 workflows : ['CI']
67 types : [completed]
78 branches : [main]
8- workflow_dispatch :
99
1010permissions :
1111 contents : write
@@ -14,12 +14,13 @@ permissions:
1414
1515jobs :
1616 release :
17- runs-on : ubuntu-latest
1817 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
18+ runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21+
2122 - uses : googleapis/release-please-action@v4
2223 with :
2324 token : ${{ secrets.GITHUB_TOKEN }}
24- release-type : node
25- include-component-in-tag : true
25+ config-file : .release-please-manifest.json
26+ manifest-file : .release-please-manifest.json
File renamed without changes.
You can’t perform that action at this time.
0 commit comments