Skip to content

Commit bfb5910

Browse files
committed
TO-DROP: temporarily trigger on tmp branch
1 parent 5827772 commit bfb5910

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/git-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- tmp
78

89
env:
910
REPOSITORY: git-for-windows/git
@@ -77,7 +78,8 @@ jobs:
7778
git tag -m "Snapshot build" "$tag_name" FETCH_HEAD &&
7879
git bundle create bundle-artifacts/git.bundle origin/main.."$tag_name" &&
7980
80-
(cd /usr/src/build-extra && node ./add-release-note.js --commit feature "Snapshot of $(git show -s --pretty='tformat:%h (%s, %ad)' --date=short FETCH_HEAD)") &&
81+
snapshot="$(git show -s --pretty='tformat:%h (%s, %ad)' --date=short FETCH_HEAD)" &&
82+
(cd /usr/src/build-extra && node ./add-release-note.js --commit feature "Snapshot of $snapshot") &&
8183
git -C /usr/src/build-extra bundle create "$PWD/bundle-artifacts/build-extra.bundle" origin/main..main
8284
- name: 'Publish bundle-artifacts'
8385
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)