Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jegork committed Jun 4, 2024
1 parent 4b39f7f commit c4cb0a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ jobs:
run: |
if git rev-parse "v${{ env.VERSION }}" >/dev/null 2>&1; then
echo "tag_exists=true" >> $GITHUB_OUTPUT
echo "Version ${{ env.VERSION }} already exists."
else
echo "tag_exists=false" >> $GITHUB_OUTPUT
echo "Version ${{ env.VERSION }} does not exists."
fi
- name: Create tag and release
if: steps.check_tag.outputs.tag_exists == 'false'
Expand Down

0 comments on commit c4cb0a8

Please sign in to comment.