build: update preid

This commit is contained in:
janniks
2024-03-21 18:10:28 +01:00
committed by janniks
parent f3315e64bc
commit fd520be21a

View File

@@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
git reset --hard
npx lerna publish --canary --preid $BRANCH.$SHA --dist-tag $BRANCH --no-verify-access --no-push --no-git-tag-version --yes
npx lerna publish --canary --preid $BRANCH --dist-tag $BRANCH --no-verify-access --no-push --no-git-tag-version --yes
if: ${{ (github.head_ref || github.ref_name) == 'nakamoto' || (github.head_ref || github.ref_name) == 'next' }}
env:
BRANCH: ${{ github.head_ref || github.ref_name }}