Skip to content

Commit ae76b33

Browse files
authored
add commit step before push (#342)
1 parent 1b67127 commit ae76b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/publish_prod.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ echo "Publishing to https://pypi.org/project/datadog-lambda/"
8686

8787
echo
8888
echo 'Publishing updates to github'
89+
git commit pyproject.toml -m "Bump version to ${$NEW_VERSION}"
8990
git push origin main
9091
git tag "v$LAYER_VERSION"
9192
git push origin "refs/tags/v$LAYER_VERSION"

0 commit comments

Comments
 (0)