Skip to content

Commit

Permalink
ci: 👷 change condition to has no changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecBlance committed Oct 20, 2024
1 parent 27f7fa4 commit e4f6a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
if: steps.changesets.outputs.published == 'true'
if: steps.changesets.outputs.hasChangesets == 'false'
run: |
version=v${{ steps.changesets.outputs.publishedversions[0].version }}
pnpm build
Expand Down

0 comments on commit e4f6a74

Please sign in to comment.