fix: add id to version
This commit is contained in:
parent
bf719808f2
commit
f14448d40d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-release.yml
vendored
1
.github/workflows/docker-release.yml
vendored
|
@ -21,6 +21,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Get version
|
||||
id: version
|
||||
run: |
|
||||
echo "zipline_version=$(jq .version package.json -r)" >> $GITHUB_OUTPUT
|
||||
|
||||
|
|
Loading…
Reference in a new issue