We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b82bf commit 869b247Copy full SHA for 869b247
.github/workflows/build_release_yyc.yml
@@ -40,6 +40,7 @@ jobs:
40
uses: jaywcjlove/github-action-modify-file-content@main
41
with:
42
path: datafiles/main/version.json
43
+ branch: compile/main
44
openDelimiter: "BS"
45
closeDelimiter: "BE"
46
body: "${{ env.date_time }}"
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
56
openDelimiter: "VS"
57
closeDelimiter: "VE"
58
body: "${{ github.ref_name }}"
0 commit comments