@abgov/nx-oc 3.2.1 → 4.0.0
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
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
41
41
|
|
|
42
42
|
# Determine the last successful build of this (pipeline.yml) workflow and set it as the AFFECTED_BASE.
|
|
43
43
|
- id: get_branch_name
|
|
44
|
-
run: echo
|
|
44
|
+
run: echo "short_ref::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
|
|
45
45
|
- name: Get last successful commit
|
|
46
46
|
uses: nrwl/last-successful-commit-action@v1
|
|
47
47
|
id: last_successful_commit
|
|
@@ -90,7 +90,7 @@ jobs:
|
|
|
90
90
|
done
|
|
91
91
|
# Set build job outputs for subsequent jobs.
|
|
92
92
|
- id: set_outputs
|
|
93
|
-
run: echo
|
|
93
|
+
run: echo "affected_apps=$AFFECTED_APPS" >> $GITHUB_OUTPUT
|
|
94
94
|
<% ocEnvProjects.forEach(function(ocEnvProject, i){ -%>
|
|
95
95
|
|
|
96
96
|
deploy<%= envs[i] %>:
|