ci: update prerelease.yml workflow

This commit is contained in:
Hossein Mehrabi
2023-10-20 17:09:00 +03:30
parent f462e367bb
commit f22ede4382
+3
View File
@@ -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' }}