Skip to content

Commit

Permalink
Remove changesets file condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
swoocn committed Mar 29, 2024
1 parent 747cde8 commit 725a84f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: echo "::set-output name=changesets_exist::$(ls changesets/*.md | wc -l)"

- name: Create release pull request or publish to GitHub Packages
if: steps.check_changesets.outputs.changesets_exist > 0
uses: changesets/action@v1
with:
publish: true
Expand Down

0 comments on commit 725a84f

Please sign in to comment.