aws-delivlib 15.0.8 → 15.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,7 +37,7 @@ else
37
37
  }
38
38
 
39
39
  export KEY_AVAILABLE=true
40
- export MAVEN_GPG_PRIVATE_KEY=$(value-from-secret Passphrase)
40
+ export MAVEN_GPG_PRIVATE_KEY=$(value-from-secret PrivateKey)
41
41
  export MAVEN_GPG_PRIVATE_KEY_PASSPHRASE=$(value-from-secret Passphrase)
42
42
  fi
43
43
 
package/package.json CHANGED
@@ -97,7 +97,7 @@
97
97
  "publishConfig": {
98
98
  "access": "public"
99
99
  },
100
- "version": "15.0.8",
100
+ "version": "15.0.10",
101
101
  "jest": {
102
102
  "coverageProvider": "v8",
103
103
  "testMatch": [