Skip to content

Commit

Permalink
added new output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cansik committed Oct 27, 2022
1 parent a46633f commit d64af79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
id: get_version
run: |
echo "Library Version: $(python setup.py --version)"
echo ::set-output name=version::"$(python setup.py --version)"
echo ::set-output name=v_version::"v$(python setup.py --version)"
echo "version=$(python setup.py --version)" >> $GITHUB_OUTPUT
echo "v_version=v$(python setup.py --version)" >> $GITHUB_OUTPUT
echo "V-Version: ${{ steps.get_version.outputs.v_version }}"
- name: Build on ${{ matrix.os.name }}
run: |
Expand Down

0 comments on commit d64af79

Please sign in to comment.