File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2929 - name : Commit and push changes
3030 run : |
3131 git add .
32- git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S") "
32+ git commit -m "Branch setup for latest release "
3333 git push -f origin latest-release
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6868 - name : Commit and push changes
6969 run : |
7070 git add .
71- git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S") "
72- git push -f origin latest-release
71+ git commit -m "Build for MacOS "
72+ git push origin latest-release
7373 env :
7474 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7575
@@ -107,8 +107,8 @@ jobs:
107107 - name : Commit and push changes
108108 run : |
109109 git add .
110- git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S") "
111- git push -f origin latest-release
110+ git commit -m "Build for Windows "
111+ git push origin latest-release
112112 env :
113113 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
114114
@@ -146,7 +146,7 @@ jobs:
146146 - name : Commit and push changes
147147 run : |
148148 git add .
149- git commit -m "Latest build $(date "+%Y-%m-%d %H:%M:%S") "
149+ git commit -m "Build for Linux "
150150 git push -f origin latest-release
151151 env :
152152 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments