We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6d5b1 commit e8992d2Copy full SHA for e8992d2
.github/workflows/beta-release.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
27
run: |
28
- yarn changeset version --snapshot beta
+ yarn changeset version --snapshot preview-${GITHUB_SHA::8}
29
yarn lint:versions --fix
30
yarn update-version
31
0 commit comments