From 89fc205873478bb08758b0e98a22ea5227386994 Mon Sep 17 00:00:00 2001 From: Matthew Sevey <15232757+MSevey@users.noreply.github.com> Date: Wed, 25 Sep 2024 11:41:50 -0400 Subject: [PATCH] chore(ci): fix yamllint errors --- .github/workflows/semantic_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/semantic_release.yml b/.github/workflows/semantic_release.yml index c5f1d5d..4dda794 100644 --- a/.github/workflows/semantic_release.yml +++ b/.github/workflows/semantic_release.yml @@ -12,8 +12,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Configure Semantic Release + # 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 - name: Create Release uses: cycjimmy/semantic-release-action@v4