Updated preview version to 7

This commit is contained in:
Knut Sveidqvist 2021-08-05 18:05:24 +02:00
parent 92f1b9c079
commit 719480cf76

View File

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