@abgov/nx-oc 4.0.0 → 4.0.1

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": "@abgov/nx-oc",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "src/index.js",
6
6
  "description": "Government of Alberta - Nx plugin for OpenShift.",
@@ -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 "short_ref::${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
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