diff --git a/.github/workflows/ci_master.yml b/.github/workflows/ci_master.yml index 03f4758..60e1eab 100644 --- a/.github/workflows/ci_master.yml +++ b/.github/workflows/ci_master.yml @@ -133,7 +133,7 @@ jobs: echo "Version isn't a release version:" $RELEASE_VERSION ", skipping deployment to Clojars..." exit 0 fi - git tag -a $RELEASE_VERSION -m "Release version $RELEASE_VERSION" - git push origin master lein deploy echo "Release version:" $RELEASE_VERSION"; commit: "${{github.sha}}"; successfully deployed to Clojars" + git tag -a $RELEASE_VERSION -m "Release version $RELEASE_VERSION" + git push origin master