File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 25
25
pull-request-title-pattern : " build${scope}: release${component} ${version}"
26
26
changelog-notes-type : github
27
27
28
+ - uses : actions/checkout@v4
29
+ if : ${{ steps.release-please.outputs.release_created }}
30
+
31
+ - name : tag common module
32
+ if : ${{ steps.release-please.outputs.release_created }}
33
+ run : |
34
+ git config user.name github-actions[bot]
35
+ git config user.email 41898282+github-actions[bot]@users.noreply.github.com
36
+ git tag -a common/${{ steps.release-please.outputs.tag_name }} -m "Release common/${{ steps.release-please.outputs.tag_name }}"
37
+ git push origin common/${{ steps.release-please.outputs.tag_name }}
38
+
28
39
- if : ${{ steps.release-please.outputs.release_created }}
29
40
name : Run release workflow
30
41
uses : benc-uk/workflow-dispatch@v121
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ release:
23
23
### Summary
24
24
**Full Changelog**: https://github.com/d2iq-labs/{{.ProjectName}}/compare/{{ .PreviousTag }}...{{ .Tag }}
25
25
26
- gomod :
27
- proxy : true
28
-
29
26
builds :
30
27
- id : capi-runtime-extensions
31
28
dir : ./cmd
You can’t perform that action at this time.
0 commit comments