Skip to content

Commit

Permalink
Deploy before pushing to master (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
evg-tso authored Jul 27, 2022
1 parent 330f866 commit cf3877c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf3877c

Please sign in to comment.