Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Mar 12, 2024
2 parents 087ed27 + 92e79db commit d50cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onpush_builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
if [[ "$first_line" != "-"* ]]; then
sed -i "1i\- Minor bugs fixed" CHANGELOG.md
fi
sed -i "1i\### $version ($(date '+%d-%m-%Y'))" CHANGELOG.md
sed -i "1i\## $version ($(date '+%d-%m-%Y'))" CHANGELOG.md
#fi
fi
env:
Expand Down

0 comments on commit d50cd69

Please sign in to comment.