diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5d0f1f5453..e99836b66e 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -30,7 +30,7 @@ jobs: - name: Set build name env id: build-name run: | - echo "::set-output name=value::v$(date +'%d%m%Y%R')" + echo "::set-output name=value::v$(date +'%T')" - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning):