chore: update workflow 59dc439e
Steve · 2026-04-03 00:01 1 file(s) · +2 −0
.github/workflows/release.yml +2 −0
218 218
      - build-global-artifacts
219 219
    # Only run if we're "publishing", and only if plan, local and global didn't fail (skipped is fine)
220 220
    if: ${{ always() && needs.plan.result == 'success' && needs.plan.outputs.publishing == 'true' && (needs.build-global-artifacts.result == 'skipped' || needs.build-global-artifacts.result == 'success') && (needs.build-local-artifacts.result == 'skipped' || needs.build-local-artifacts.result == 'success') }}
221 +
    permissions:
222 +
      contents: write
221 223
    env:
222 224
      GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
223 225
    runs-on: "ubuntu-22.04"