Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
avsastry committed Jun 23, 2021
2 parents 9ca676c + afaf08c commit 545219a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
needs: [test, docs]
runs-on: ubuntu-latest
name: Publish package to Python Packaging Index (PyPi)
if: startsWith(github.ref, 'ref/tags/v')
if: startsWith(github.ref, 'refs/tags/v')
steps:
-
name: Checkout
Expand Down

0 comments on commit 545219a

Please sign in to comment.