Skip to content

Commit f26ff8c

Browse files
committed
fix title
1 parent 98bbb76 commit f26ff8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ jobs:
125125
id: rel-title
126126
run: |
127127
VERSION=$(mvn -q -DforceStdout help:evaluate -Dexpression=project.version)
128-
DATE=$(date +'%Y-%m-%d %H:%M')
129-
echo "TITLE=Hortonmachine-${VERSION} - SNAPSHOT release ${DATE}" >> $GITHUB_OUTPUT
128+
DATE=$(date +'%Y-%m-%d %H%M')
129+
echo "TITLE=Hortonmachine-${VERSION} - release ${DATE}" >> $GITHUB_OUTPUT
130130
131131
- name: Upload bundle artifact
132132
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)