mirror of
https://github.com/easingthemes/ssh-deploy
synced 2026-04-05 20:33:01 +08:00
fix: add @semantic-release/github plugin to create GitHub Releases
The update-major-tag workflow triggers on `release: published`, but semantic-release was only creating git tags (via @semantic-release/git) without creating actual GitHub Release objects. This meant the workflow never fired.
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
{
|
{
|
||||||
"assets": ["docs/CHANGELOG.md", "package.json"]
|
"assets": ["docs/CHANGELOG.md", "package.json"]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"@semantic-release/github"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user