diff --git a/continuous-delivery/publish.yml b/continuous-delivery/publish.yml index 5f082586..ad3fcd65 100644 --- a/continuous-delivery/publish.yml +++ b/continuous-delivery/publish.yml @@ -10,7 +10,7 @@ phases: commands: - cd $CODEBUILD_SRC_DIR/aws-iot-device-sdk-js-v2 - aws secretsmanager get-secret-value --secret-id prod/npm-registry/.npmrc --region us-east-1 | jq -r .SecretString > .npmrc - - ./update-version.sh + - bash ./continuous-delivery/update-version.sh - npm install - npm pack - npm --userconfig ./.npmrc publish aws-iot-device-sdk-v2*.tgz