We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e074261 + 2fc4c5e commit 397a824Copy full SHA for 397a824
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
- name: Export Release Timestamp
26
- run: echo "APP_VERSION=v$(date +'%Y.%m.%d.%H.%m.%S')" >> $GITHUB_ENV
+ run: echo "APP_VERSION=v$(date +'%Y.%m.%d.%H.%M.%S')" >> $GITHUB_ENV
27
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- uses: actions/checkout@v2
0 commit comments