We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819fe67 commit 3aca6a5Copy full SHA for 3aca6a5
.github/workflows/release.yml
@@ -45,7 +45,13 @@ jobs:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47
48
+ - name: Debug semantic release output
49
+ run: |
50
+ echo ${{ steps.semantic.outputs }}
51
+
52
- name: Build on EAS
53
working-directory: mobile
- if: steps.semantic.outputs.new_release_version == 'true'
- run: eas build --platform all --non-interactive --no-wait
54
+ if: steps.semantic.outputs.new_release_published == 'true'
55
56
+ echo ${{ steps.semantic.outputs.new_release_version }}
57
+ eas build --platform all --non-interactive --no-wait
0 commit comments