Skip to content

Commit

Permalink
Merge pull request #16 from puckowski/master_meta_46
Browse files Browse the repository at this point in the history
fix: fix CI
  • Loading branch information
puckowski authored Jan 14, 2025
2 parents 8c25509 + ae453bd commit e8a004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git add CHANGELOG.md
git commit -m "chore(release): update CHANGELOG [ci]"
git push
git push origin HEAD:master
else
echo "No changes to commit."
fi

0 comments on commit e8a004a

Please sign in to comment.