Version update

This commit is contained in:
Knut Sveidqvist
2021-08-05 07:42:52 +02:00
parent a4e01dd8e9
commit d3ae43c4ba
2 changed files with 2 additions and 2 deletions

View File

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