From cd97db916a20ed7cd428b799e89b6c154fb6a562 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:46:32 -0400 Subject: [PATCH] chore(ci): fix yamllint --- .github/workflows/semantic_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index 4dda794..d984322 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -15,8 +15,8 @@ jobs: # yamllint disable rule:line-length # Work around for non npm project # REF: https://github.com/cycjimmy/semantic-release-action/issues/115#issuecomment-1817264419 - # yamllint enable rule:line-length run: echo '{"branches":[],"plugins":["@semantic-release/commit-analyzer","@semantic-release/release-notes-generator","@semantic-release/github"]}' > .releaserc.json + # yamllint enable rule:line-length - name: Create Release uses: cycjimmy/semantic-release-action@v4 env: