multiline
This commit is contained in:
parent
fa3a65b27b
commit
b73d5b8323
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set version envs
|
||||
run:
|
||||
run: |
|
||||
echo "DATE=$(date +'%Y.%m.%d')" >> $GITHUB_ENV
|
||||
echo "DATE_COMMIT_COUNT=$(git rev-list --count HEAD --since='$(DATE) 00:00:00')" >> $GITHUB_ENV
|
||||
echo "COMMIT_HASH=$(shell git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
endif
|
||||
|
||||
- name: Test version envs
|
||||
run:
|
||||
run: |
|
||||
echo $PYPI_VERSION
|
||||
echo $LOCAL_VERSION
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue