awslabs / aws-crt-nodejs

NodeJS bindings for the AWS Common Runtime.
Apache License 2.0
40 stars 27 forks source link

Fix release pipeline #369

Closed graebm closed 1 year ago

graebm commented 1 year ago

Issue: Release pipeline fails when running node in a docker image and not being the root user.

I'd previously made this change to fix any git calls we might make while running in the docker image, but turns out this task doesn't make any git calls

Description of changes: This reverts commit 380028fbf21e27fa735f02b460b882a41a52a424.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.