Skip to content

Commit

Permalink
fix: 🐛 github expression type
Browse files Browse the repository at this point in the history
fix: 🐛 github expression type

fix: 🐛 github expression type

fix: 🐛 github expression type
  • Loading branch information
heldrida committed Jun 26, 2024
1 parent 2c5d1b3 commit 8853d5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/changeset-version-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- test

jobs:
changeset_handler:
Expand Down Expand Up @@ -41,11 +42,11 @@ jobs:
shell: bash
run: |
# Default skip state
skip=false
skip="false"
if ! pnpm changeset:status &>/dev/null; then
echo "⚠️ Warning: No changesets found, should skip!"
skip=true
skip="true"
fi
echo "skip=$skip" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8853d5a

Please sign in to comment.