Skip to content

Commit e2e581a

Browse files
NagyViktNagyVikt
andauthored
Restore npm release workflow execution in the renamed repository (#13)
The release pipeline was silently skipped because the workflow guard still targeted the old repository slug. Updating the guard to recodeecom/musafety ensures tagged releases can actually run publish with provenance. Constraint: Keep release workflow restricted to the canonical maintainer repo Rejected: Remove repository guard entirely | risks unintended publish attempts from forks Confidence: high Scope-risk: narrow Reversibility: clean Directive: If repository slug changes again, update both workflow guard and release tests together Tested: npm test (41/41 pass) Not-tested: live npm publish success from GitHub Actions with npm environment secrets Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent 2de9cd6 commit e2e581a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
publish:
17-
if: github.repository == 'recodeecom/multiagent-safety'
17+
if: github.repository == 'recodeecom/musafety'
1818
runs-on: ubuntu-latest
1919
environment: npm
2020

0 commit comments

Comments
 (0)