This commit is contained in:
Christian Klemm 2019-10-15 23:28:16 +02:00
parent 61b4c6d3ac
commit 56e9abfc92
No known key found for this signature in database
GPG Key ID: 57578469FC907C48
1 changed files with 1 additions and 1 deletions

View File

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