Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,12 @@ jobs:
# with a tag ref and failed its deploy every time. See docs.yml.
if: ${{ steps.release.outputs.is_prerelease == 'false' }}
timeout-minutes: 20
# Bookkeeping, not publishing: the release itself is already out by the time
# this runs. Letting it fail the job silently skipped publish-msstore on
# v1.10.0 (an unrelated Store submission, gated on this job's `needs` success)
# even though "Publish release assets" above had already succeeded. Allowed
# to fail so a flaky docs deploy never blocks a downstream publish step.
continue-on-error: true
env:
GH_TOKEN: ${{ secrets.OPENSCREEN_RELEASE_TOKEN }}
run: |
Expand Down
Loading