From abd4a9267f1c4254f5ba90abe2b0b99b578fe948 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 29 Nov 2023 19:15:29 +0000 Subject: [PATCH] Store the current date as an environment variable --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4c7340..dd23761 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,11 @@ jobs: - run: | ./run ci:test + - name: Get date + + - run: | + echo "DATE=$(date '+%Y-%m-%d-%H.%M.%S')" >> $GITHUB_ENV + - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0 with: artifacts: dist/build-configs