We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e344e4 commit 798801aCopy full SHA for 798801a
.github/workflows/publish-prerelease.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Generate timestamp
44
id: timestamp
45
- run: echo "timestamp=$(date +'%Y%m%d-%H%M%S')" >> $GITHUB_OUTPUT
+ run: echo "timestamp=$(date '+%d %B %Y, %H:%M:%S')" >> $GITHUB_OUTPUT
46
47
- name: Publish single pre-release
48
uses: ncipollo/release-action@v1
@@ -53,12 +53,11 @@ jobs:
53
body: |
54
🚧 This is the latest build from the `develop` branch.
55
Not intended for production use.
56
-
+
57
**Last Updated:** ${{ steps.timestamp.outputs.timestamp }}
58
**Build Info:**
59
- Branch: `${{ github.ref_name }}`
60
- Commit: `${{ github.sha }}`
61
- - Build Time: `${{ steps.timestamp.outputs.timestamp }}`
62
prerelease: true
63
allowUpdates: true
64
replacesArtifacts: true
0 commit comments