We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd9158 commit 084e131Copy full SHA for 084e131
1 file changed
.github/workflows/ci.yml
@@ -111,6 +111,7 @@ jobs:
111
path: ${{ env.OUTPUT_PATH }}/${{ matrix.configuration }}
112
113
- name: Set bundle status
114
+ id: bundle-status
115
if: ${{ matrix.publish }}
116
run: |
117
echo "BUNDLE_STATUS=${{ steps.upload-bundle.conclusion }}" >> $GITHUB_OUTPUT
0 commit comments