Skip to content

Commit

Permalink
Remove blank space on build date var
Browse files Browse the repository at this point in the history
  • Loading branch information
Dictor authored Aug 29, 2020
1 parent 9a40995 commit ddfe001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
echo "::set-env name=GIT_TAG::$( git describe --tags --abbrev=0 )"
echo "::set-env name=GIT_HASH::$( git rev-parse HEAD )"
echo "::set-env name=BUILD_DATE::$( date '+%F %H:%M:%S' )"
echo "::set-env name=BUILD_DATE::$( date '+%F-%H:%M:%S' )"
- name: Debug Action
uses: hmarr/debug-action@v1.0.0
- uses: wangyoucao577/go-release-action@master
Expand Down

0 comments on commit ddfe001

Please sign in to comment.