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 7513525 commit a3a199b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: tag
run: echo ::set-output name=TAG_NAME::$(echo 1.7.0)
- name: Update version in setup.py
run: >-
run: |
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
Expand Down

0 comments on commit a3a199b

Please sign in to comment.