Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldivards committed Jul 6, 2024
1 parent 23d5e20 commit 7513525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
working-directory: api
- name: Extract tag name
id: tag
run: echo ::set-output name=v1.7.0
run: echo ::set-output name=TAG_NAME::$(echo 1.7.0)
- name: Update version in setup.py
run: >-
echo "THIS IS THE VESION: ${{ steps.tag.outputs.TAG_NAME }}"
echo "THIS IS THE VERSION: ${{ steps.tag.outputs.TAG_NAME }}"
sed -i "s/{{VERSION_PLACEHOLDER}}/${{ steps.tag.outputs.TAG_NAME }}/g" setup.py
working-directory: api
- name: Build a binary wheel
Expand Down

0 comments on commit 7513525

Please sign in to comment.