Skip to content

Commit

Permalink
test automation of release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Apr 17, 2024
1 parent 73fd52e commit 2f65364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
env:
POETRY_VERSION: 1.3.0
if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags')
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit 2f65364

Please sign in to comment.