Skip to content

Commit ce534c1

Browse files
committed
Fix publish_prod script
1 parent 75eccc3 commit ce534c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/publish_prod.sh

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

8787
echo
8888
echo 'Publishing updates to github'
89-
git commit ./datadog_lambda/__init__.py -m "Update module version to ${NEW_VERSION}"
9089
git push origin main
9190
git tag "v$LAYER_VERSION"
9291
git push origin "refs/tags/v$LAYER_VERSION"

0 commit comments

Comments
 (0)