1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-09-11 06:36:28 +02:00

ci(#215): Fix auto-release not triggered (#216)

The Workflow file was using an invalid keyword `merged`. The right keyword to use is `closed`.
This commit is contained in:
Simon Priet
2025-03-13 16:00:02 +01:00
committed by GitHub
parent 37c12a26a7
commit 145e40d970
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
# - "@semantic-release/changelog"
- "@semantic-release/changelog"
- "@semantic-release/git"
- "@semantic-release/github"