1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-07 17:54:19 +02:00

fix(#215): Fix tabs in yml config for semantic release (#217)

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

The Workflow file was using an invalid keyword "merged". The right keywork to use is "closed".

* ci(#215): Fix tabs in yml config for semantic release

The `.releaserc.yml` file was containing tabs and Semantic Release was unhappy about it.
This commit is contained in:
Simon Priet 2025-03-13 16:27:04 +01:00 committed by GitHub
parent 145e40d970
commit dbeb8fd56e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,4 @@ plugins:
- "@semantic-release/github"
branches:
- main
- main