Skip to content

Commit

Permalink
chore(uikit preview releae): use branch name as preview tag (#2997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddouglasz authored Nov 27, 2024
1 parent 73a1d28 commit 2f47f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ jobs:
BRANCH_NAME=$(echo "${GITHUB_REF#refs/heads/}" | tr '/' '-')
git checkout ${{ github.head_ref }}
yarn changeset version --snapshot ${BRANCH_NAME}
yarn changeset publish --tag preview
yarn changeset publish --tag ${BRANCH_NAME}
env:
GITHUB_TOKEN: ${{ steps.generate_github_token.outputs.token }}

0 comments on commit 2f47f8a

Please sign in to comment.