File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - tmp
78
89env :
910 REPOSITORY : git-for-windows/git
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
You can’t perform that action at this time.
0 commit comments