Skip to content

Commit

Permalink
ci: update prerelease.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Oct 20, 2023
1 parent f462e36 commit f22ede4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
echo "changes: $changes - changed: $changed"
- name: Build packages
run: yarn build

- name: Publish
id: publish
if: ${{ steps.changes.outputs.changed == 'true' }}
Expand Down

0 comments on commit f22ede4

Please sign in to comment.