Commit 3fd1b2f
authored
Fix release workflow network config for sigstore domains (#3487)
## Summary:
The last fix for the release failed because I used a comma to separate the extra domains instead of a space. This broke the action and caused the release to fail.
This PR just removes the comma and leave the space.
Issue: <none>
## Test plan:
- After merging, trigger a release (the push-to-main trigger should handle it, or manually via `gh workflow run publish.yml --ref main -f run_type=release`)
- Confirm the publish succeeds and packages show up on npm with provenance
Author: jeremywiebe
Reviewers: claude[bot], nishasy, jeresig, SonicScrewdriver
Required Reviewers:
Approved By: nishasy, jeresig
Checks: ✅ 11 checks were successful, ⏭️ 1 check has been skipped
Pull Request URL: #34871 parent 89e94d6 commit 3fd1b2f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments