mirror of
https://github.com/SimonPistache/famfamfam-silk-svg.git
synced 2025-06-08 01:54:20 +02:00
The Workflow file was using an invalid keyword `merged`. The right keyword to use is `closed`.
This commit is contained in:
parent
37c12a26a7
commit
145e40d970
4
.github/workflows/auto-release.yml
vendored
4
.github/workflows/auto-release.yml
vendored
@ -4,9 +4,9 @@ run-name: Release a new version of the icon pack on PR's merging
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- merged
|
||||
- closed
|
||||
branches:
|
||||
- main
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
semantic-release:
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user