chore(ci): fix sign-release ci job failure#1285
Conversation
|
|
✅ Deploy Preview for trusting-lumiere-9c7fad ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1285 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 174 174
Lines 1622 1622
Branches 383 392 +9
=========================================
Hits 1622 1622 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Fixes the sign-release GitHub Actions job failing when gh can’t infer the repository context (because the job doesn’t check out the repo).
Changes:
- Explicitly passes the repository to
gh release uploadvia--repo "${{ github.repository }}".
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
commit: |
|
🎉 This PR is included in version 2.33.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The job was missing a git repo to push the changes to.