mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-06 03:15:34 +01:00
Store the current date as an environment variable
This commit is contained in:
parent
28b50cadcf
commit
abd4a9267f
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,11 @@ jobs:
|
||||||
- run: |
|
- run: |
|
||||||
./run ci:test
|
./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
|
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
||||||
with:
|
with:
|
||||||
artifacts: dist/build-configs
|
artifacts: dist/build-configs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue