Skip to content

Commit

Permalink
echo versions in python release (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Aug 28, 2023
2 parents 868a887 + 5ae1af1 commit b681a84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- name: Determine version (release)
if: github.event_name == 'release'
run: |
echo "GITHUB_REF=${GITHUB_REF}""
VERSION=${GITHUB_REF#refs/tags/v}
echo "VERSION=${VERSION}"
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Set version
id: set-version
Expand Down

0 comments on commit b681a84

Please sign in to comment.