Release 8.11.3

This commit is contained in:
Knut Sveidqvist
2021-08-04 19:24:50 +02:00
parent 6fa6503515
commit 7275b215b8
8 changed files with 25 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Publish
run: |
PREVIEW_VERSION=1
PREVIEW_VERSION=2
VERSION=$(echo ${{github.ref}} | tail -c +20)-preview.$PREVIEW_VERSION
echo $VERSION
npm version --no-git-tag-version --allow-same-version $VERSION