Skip to content

Commit

Permalink
Update release_github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmVigneswaran authored Oct 23, 2023
1 parent a203860 commit 23c5527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
needs: [build_binaries]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get tag version
run: |
APP_VERSION=$(sed -n 's/^__version__ = "\([^"]\+\)"$/\1/p' ${{ env.PACKAGE_NAME }}/version.py)
Expand Down

0 comments on commit 23c5527

Please sign in to comment.