Skip to content

Commit

Permalink
Write v6 version to output of pipeline step
Browse files Browse the repository at this point in the history
  • Loading branch information
bartvanb committed Jul 24, 2024
1 parent 799257e commit b3b612e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ jobs:
id: find-current-vantage6-version
run: |
version=$(python -c "from vantage6.common import __version__; print(__version__)")
echo "v6_version=${version}" >> $GITHUB_ENV
echo "v6_version=${version}"
echo "v6_version=${version}" >> $GITHUB_OUTPUT
outputs:
v6_version: ${{ steps.find-current-vantage6-version.outputs.v6_version }}
Expand Down

0 comments on commit b3b612e

Please sign in to comment.