Skip to content

Commit 6d6e2ae

Browse files
authored
fix: fix bad substitution error (#345)
1 parent 7deccbe commit 6d6e2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish_prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +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}"
89+
git commit pyproject.toml -m "Bump version to ${NEW_VERSION}"
9090
git push origin main
9191
git tag "v$LAYER_VERSION"
9292
git push origin "refs/tags/v$LAYER_VERSION"

0 commit comments

Comments
 (0)