We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7deccbe commit 6d6e2aeCopy full SHA for 6d6e2ae
scripts/publish_prod.sh
@@ -86,7 +86,7 @@ echo "Publishing to https://pypi.org/project/datadog-lambda/"
86
87
echo
88
echo 'Publishing updates to github'
89
-git commit pyproject.toml -m "Bump version to ${$NEW_VERSION}"
+git commit pyproject.toml -m "Bump version to ${NEW_VERSION}"
90
git push origin main
91
git tag "v$LAYER_VERSION"
92
git push origin "refs/tags/v$LAYER_VERSION"
0 commit comments