Updating version

This commit is contained in:
Knut Sveidqvist
2021-07-28 11:20:09 +02:00
parent 024f7c3275
commit a87d557354
2 changed files with 2 additions and 2 deletions

View File

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