@payfit/nx-core 4.21.0 → 4.21.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": "@payfit/nx-core",
3
- "version": "4.21.0",
3
+ "version": "4.21.1",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -122,7 +122,7 @@ jobs:
122
122
  npx nx release --yes
123
123
  else
124
124
  echo "Publishing ephemeral"
125
- npx nx release prerelease --preid ephemeral-${CIRCLE_BRANCH//[^a-zA-Z0-9]/-} --skip-publish
125
+ npx nx release prerelease --preid ephemeral-${CIRCLE_SHA1:0:7} --skip-publish
126
126
  npx nx release publish --tag ephemeral
127
127
  fi
128
128