test with timestamps
This commit is contained in:
parent
e3a55df241
commit
b2dde49957
4
.github/workflows/build_and_release.yml
vendored
4
.github/workflows/build_and_release.yml
vendored
@ -22,7 +22,9 @@ jobs:
|
||||
pip install shiv
|
||||
pip install poetry
|
||||
- name: Add CURRENT_TIME env property
|
||||
run: echo "CURRENT_TIME_VERSION=v$(date -Iseconds)" >> $GITHUB_ENV
|
||||
run: echo "CURRENT_TIME_VERSION=v$(date '+%s')" >> $GITHUB_ENV
|
||||
- name: test
|
||||
run: echo ${{ env.CURRENT_TIME_VERSION }}
|
||||
- name: Build the sucker
|
||||
run: |
|
||||
sed -i -e "s/?????/${{ env.CURRENT_TIME_VERSION }}/g" src/__init__.py
|
||||
|
Loading…
Reference in New Issue
Block a user