Skip to content

Commit

Permalink
chore(ci): fix yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey committed Sep 26, 2024
1 parent 89fc205 commit cd97db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cd97db9

Please sign in to comment.