mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-06-16 16:23:53 +00: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:
parent
c88faf5656
commit
9e4918b4e1
@ -17,6 +17,7 @@
|
||||
{
|
||||
"assets": ["docs/CHANGELOG.md", "package.json"]
|
||||
}
|
||||
]
|
||||
],
|
||||
"@semantic-release/github"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user