jsii-release 0.2.673 → 0.2.674

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.
package/.projenrc.ts CHANGED
@@ -101,7 +101,7 @@ test?.addJob('test', {
101
101
  },
102
102
  runsOn: ['ubuntu-latest'],
103
103
  needs: ['determine_env'],
104
- environment: '${{needs.targetenv.outputs.env_name}}',
104
+ environment: '${{needs.determine_env.outputs.env_name}}',
105
105
  steps: [
106
106
  {
107
107
  name: 'Federate into AWS',
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "main": "lib/index.js",
74
74
  "license": "Apache-2.0",
75
75
  "homepage": "https://github.com/cdklabs/publib",
76
- "version": "0.2.673",
76
+ "version": "0.2.674",
77
77
  "jest": {
78
78
  "testMatch": [
79
79
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
package/package.json.bak CHANGED
@@ -73,7 +73,7 @@
73
73
  "main": "lib/index.js",
74
74
  "license": "Apache-2.0",
75
75
  "homepage": "https://github.com/cdklabs/publib",
76
- "version": "0.2.673",
76
+ "version": "0.2.674",
77
77
  "jest": {
78
78
  "testMatch": [
79
79
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",