From c24bdab97e53943fd36cf4e63047785b9c08077b Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 26 Apr 2021 17:12:07 +0300 Subject: Use -u instead of --utc date flag --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b50ca9a6f..d5c93f69b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -261,7 +261,7 @@ jobs: with: node-version: 12.x - - run: echo "TAG=$(date --iso --utc)" >> $GITHUB_ENV + - run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV if: github.ref == 'refs/heads/release' - run: echo "TAG=nightly" >> $GITHUB_ENV if: github.ref != 'refs/heads/release' -- cgit v1.2.3