1
0
mirror of https://github.com/SimonPistache/famfamfam-silk-svg.git synced 2025-06-08 01:54:20 +02:00

fix(#215): auto release action (#218)

* 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

* fix(#215): Set semantic release to trigger on push on main branch
This commit is contained in:
Simon Priet 2025-03-13 16:43:04 +01:00 committed by GitHub
parent dbeb8fd56e
commit 400cfab2c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,9 @@ name: Automatic Release
run-name: Release a new version of the icon pack on PR's merging run-name: Release a new version of the icon pack on PR's merging
on: on:
pull_request: push:
types:
- closed
branches: branches:
- 'main' - main
jobs: jobs:
semantic-release: semantic-release: