Skip to content

Commit 84201d8

Browse files
committed
Commit Message Changes in Workflow
1 parent e3b11f4 commit 84201d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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 }}
@@ -68,8 +68,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)