@sudosf/npm-publish-sandbox 4.0.0 → 5.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/.gitlab-ci.yml +0 -4
- package/package.json +1 -1
package/.gitlab-ci.yml
CHANGED
|
@@ -83,10 +83,6 @@ npm-publish:
|
|
|
83
83
|
echo "[npm] Adding mutable env dist-tag: $ENV"
|
|
84
84
|
npm dist-tag add "$BASE_NAME@$VERSION" "$ENV"
|
|
85
85
|
|
|
86
|
-
# Major version env tag e.g. dev-3, qa-3
|
|
87
|
-
echo "[npm] Adding major-version dist-tag: $ENV-$MAJOR_VERSION"
|
|
88
|
-
npm dist-tag add "$BASE_NAME@$VERSION" "$ENV-$MAJOR_VERSION"
|
|
89
|
-
|
|
90
86
|
# On stable, also point 'latest' to this version
|
|
91
87
|
if [[ "$ENV" == "stable" ]]; then
|
|
92
88
|
echo "[npm] Stable release — updating 'latest' tag to $VERSION"
|