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 2d673cc commit 5c6b3a4Copy full SHA for 5c6b3a4
continuous-delivery/publish.yml
@@ -10,7 +10,7 @@ phases:
10
commands:
11
- cd $CODEBUILD_SRC_DIR/aws-iot-device-sdk-js-v2
12
- aws secretsmanager get-secret-value --secret-id prod/npm-registry/.npmrc --region us-east-1 | jq -r .SecretString > .npmrc
13
- - ./update-version.sh
+ - bash ./continuous-delivery/update-version.sh
14
- npm install
15
- npm pack
16
- npm --userconfig ./.npmrc publish aws-iot-device-sdk-v2*.tgz
0 commit comments