Skip to content

Commit

Permalink
chore: 🤖 TIAS commit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Aug 12, 2024
1 parent 425e4ba commit d4a6e08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-version-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
changesetArtifactsPath=".changeset"
# TIAS
npx changeset status
pnpm changeset status
if ! npx changeset status &>/dev/null; then
if ! pnpm changeset status &>/dev/null; then
echo "⚠️ Warning: No changesets found, should skip!"
skip="true"
fi
Expand Down

0 comments on commit d4a6e08

Please sign in to comment.