Skip to content

Commit 798801a

Browse files
committed
Update timestamp format in pre-release workflow and remove redundant build time entry
1 parent 5e344e4 commit 798801a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-prerelease.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Generate timestamp
4444
id: timestamp
45-
run: echo "timestamp=$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
45+
run: echo "timestamp=$(date '+%d %B %Y, %H:%M:%S')" >> $GITHUB_OUTPUT
4646

4747
- name: Publish single pre-release
4848
uses: ncipollo/release-action@v1
@@ -53,12 +53,11 @@ jobs:
5353
body: |
5454
🚧 This is the latest build from the `develop` branch.
5555
Not intended for production use.
56-
56+
5757
**Last Updated:** ${{ steps.timestamp.outputs.timestamp }}
5858
**Build Info:**
5959
- Branch: `${{ github.ref_name }}`
6060
- Commit: `${{ github.sha }}`
61-
- Build Time: `${{ steps.timestamp.outputs.timestamp }}`
6261
prerelease: true
6362
allowUpdates: true
6463
replacesArtifacts: true

0 commit comments

Comments
 (0)