Skip to content

Commit

Permalink
fix: downgrade commitlint-github-action to 5.4.5 (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelnygard authored Oct 21, 2024
1 parent 179079b commit 567b522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
echo "Using workflow configuration for commitlint"
echo "commitlintconfig=.github-workflow-semantic-release/commitlint.config.js" >> $GITHUB_OUTPUT
fi
- uses: wagoid/commitlint-github-action@v6.1.2
- uses: wagoid/commitlint-github-action@v5.4.5
id: lint
continue-on-error: ${{ github.event_name == 'pull_request' }}
with:
Expand Down

0 comments on commit 567b522

Please sign in to comment.