workflow adjusts

This commit is contained in:
Christian Klemm
2019-10-15 23:11:22 +02:00
parent 5f1246280c
commit 6a33ac05a3
3 changed files with 15 additions and 2 deletions

View File

@@ -32,3 +32,16 @@ jobs:
- name: E2E Test
run: yarn e2e
- name: E2E Test
run: yarn e2e
- name: Publish
run: |
VERSION=$(echo ${{github.ref}} | tail -c +9)
echo $VERSION
npm version --no-git-tag-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