Skip to content

Commit

Permalink
late night fixes without four eye principle
Browse files Browse the repository at this point in the history
  • Loading branch information
benkoller committed Dec 21, 2020
1 parent c9777cb commit 81800ba
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 @@ -31,4 +31,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
run: |
if [ "$(cat zenml/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ]; then echo "make publish"; else exit 1; fi
if [ "$(cat zenml/VERSION)" = "$(echo ${GITHUB_REF} | sed 's|refs/tags/||g')" ]; then make publish; else exit 1; fi

0 comments on commit 81800ba

Please sign in to comment.