Skip to content

Commit f14e666

Browse files
committed
Update ci.yaml
1 parent 7f95c64 commit f14e666

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ jobs:
3737
if: github.event_name == 'push'
3838
run: |
3939
poetry run codecov --token=${{ secrets.CODECOV_TOKEN }}
40+
- name: Get version
41+
id: vars
42+
run: echo ::set-output name=version::$(cat pyproject.toml)
43+
- name: Test output
44+
run: echo ${{ steps.vars.outputs.version }}

0 commit comments

Comments
 (0)