Skip to content

Commit 32dda0b

Browse files
committed
Updated the upload_dev.yml workflow
1 parent 906b995 commit 32dda0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
latest_tag=$(git describe --tags --abbrev=0)
3333
echo "latest_tag=$latest_tag" >> $GITHUB_ENV
34-
echo "commits=$(git log --pretty=format:\"%h - %s (%an)\" $latest_tag..HEAD)" >> $GITHUB_ENV
34+
echo "commits=$(git log --pretty=format:\"%h - %s [%an]\" $latest_tag..HEAD)" >> $GITHUB_ENV
3535
3636
- name: Determine new pre-release version
3737
id: determine_version

0 commit comments

Comments
 (0)