Skip to content

Commit e8992d2

Browse files
authored
chore: correct tag name
1 parent fe6d5b1 commit e8992d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beta-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
28-
yarn changeset version --snapshot beta
28+
yarn changeset version --snapshot preview-${GITHUB_SHA::8}
2929
yarn lint:versions --fix
3030
yarn update-version
3131

0 commit comments

Comments
 (0)