@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
|
@@ -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-${
|
|
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
|
|