This commit is contained in:
Knut Sveidqvist
2021-08-05 18:18:18 +02:00
parent 719480cf76
commit 7e346a56ff
2 changed files with 1 additions and 2 deletions

View File

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