From 56e9abfc92b411303bc5818d6085b4e076067532 Mon Sep 17 00:00:00 2001 From: Christian Klemm Date: Tue, 15 Oct 2019 23:28:16 +0200 Subject: [PATCH] testing --- .github/workflows/alpha-release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha-release-build.yml b/.github/workflows/alpha-release-build.yml index 741141a45..967afad56 100644 --- a/.github/workflows/alpha-release-build.yml +++ b/.github/workflows/alpha-release-build.yml @@ -41,7 +41,7 @@ jobs: # VERSION=$(echo ${{github.ref}} | tail -c +20) VERSION=8.4.0 echo $VERSION - npm version --no-git-tag-version $VERSION + npm version --no-git-tag-version --allow-same-version $VERSION npm login --registry=https://npm.pkg.github.com/ npm config set registry https://npm.pkg.github.com/knsv npm publish --tag alpha --dry-run