Skip to content

Commit

Permalink
Redo deploy message.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jun 23, 2021
1 parent 635c202 commit 4dda108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Echo tag name
run: echo "Tag is ${{ github.ref }}, Deploy is ${{ success() && matrix.python-version == 3.9}}"
run: echo "Tag is ${{ github.ref }}, Deploy is ${{ startsWith(github.ref, 'refs/tags/') && matrix.python-version == 3.9}}"

- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 4dda108

Please sign in to comment.