preview version

This commit is contained in:
Knut Sveidqvist
2021-08-05 01:15:34 +02:00
parent 88e195408c
commit a4e01dd8e9

View File

@@ -25,7 +25,7 @@ jobs:
- name: Publish - name: Publish
run: | run: |
PREVIEW_VERSION=3 PREVIEW_VERSION=4
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