File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,12 @@ jobs:
3131 run : ./gradlew shadowJar
3232 - name : Generate tag name from time
3333 id : tagname
34- run : echo ::set-output name=TAGNAME::$(echo ${{ github.event.repository.pushed_at }} | sed -e 's/^../AR/')
34+ run : echo ::set-output name=TAGNAME::$(echo $(date +%s) | sed -e 's/^../AR/')
3535 - name : Generate release name from time
3636 id : releasename
37- run : echo "::set-output name=RELEASENAME::$(date -d @${{ github.event.repository.pushed_at }})"
37+ run : echo "::set-output name=RELEASENAME::$(date '%e %b %Y, %H:%M %Z')"
38+ env :
39+ TZ : Asia/Singapore
3840 - name : Create release on GitHub
3941 id : create_release # We need the id to refer to it in the next step
4042 uses : actions/create-release@v1
You can’t perform that action at this time.
0 commit comments