@empire-builder-kit/nx 1.0.0-rc.25 → 1.0.0-rc.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empire-builder-kit/nx",
3
- "version": "1.0.0-rc.25",
3
+ "version": "1.0.0-rc.26",
4
4
  "description": "Nx generators, executors, and Blueprint contracts for Empire Builder Kit",
5
5
  "keywords": [
6
6
  "aws",
@@ -126,7 +126,7 @@
126
126
  "provenance": false
127
127
  },
128
128
  "dependencies": {
129
- "@empire-builder-kit/runtime": "1.0.0-rc.25",
129
+ "@empire-builder-kit/runtime": "1.0.0-rc.26",
130
130
  "@aws-sdk/client-cloudwatch-logs": "^3.700.0",
131
131
  "@aws-sdk/client-iam": "^3.700.0",
132
132
  "@nx/devkit": "23.1.0",
@@ -154,5 +154,5 @@
154
154
  "engines": {
155
155
  "node": ">=22.13.0"
156
156
  },
157
- "gitHead": "dafd5723cc89637046bb62a004893e2cc798cc8e"
157
+ "gitHead": "1e081e097cf990b72d0613cb1d8981c2482aab15"
158
158
  }
@@ -2038,7 +2038,7 @@ jobs:
2038
2038
  container-platform-staging:
2039
2039
  name: native staging OCI \${{ matrix.platform }}
2040
2040
  needs: [plan-staging, release-source-staging]
2041
- if: \${{ (github.event_name == 'push' && 'deploy' || inputs.action) == 'deploy' && needs.plan-staging.outputs.slice_projects != '' && needs.release-source-staging.result == 'success' }}
2041
+ if: \${{ always() && (github.event_name == 'push' && 'deploy' || inputs.action) == 'deploy' && needs.plan-staging.result == 'success' && needs.plan-staging.outputs.slice_projects != '' && needs.release-source-staging.result == 'success' }}
2042
2042
  strategy:
2043
2043
  fail-fast: false
2044
2044
  matrix: