Skip to content

Commit 5c6b3a4

Browse files
author
Justin Boswell
authored
Everything is terrible (#47)
1 parent 2d673cc commit 5c6b3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

continuous-delivery/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ phases:
1010
commands:
1111
- cd $CODEBUILD_SRC_DIR/aws-iot-device-sdk-js-v2
1212
- aws secretsmanager get-secret-value --secret-id prod/npm-registry/.npmrc --region us-east-1 | jq -r .SecretString > .npmrc
13-
- ./update-version.sh
13+
- bash ./continuous-delivery/update-version.sh
1414
- npm install
1515
- npm pack
1616
- npm --userconfig ./.npmrc publish aws-iot-device-sdk-v2*.tgz

0 commit comments

Comments
 (0)