Skip to content

Commit

Permalink
Updates CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GPrimola committed Feb 17, 2024
1 parent eae6dbb commit c823cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
if [[ -n $(git diff --stat) ]]
then
git commit -am "Updated README.md and mix.exs to version $(cat version)."
git push origin master
git push origin main
else
echo "Already updated with version."
fi

0 comments on commit c823cfe

Please sign in to comment.