Skip to content

Commit

Permalink
fix: include release-it-args in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 6, 2025
1 parent b4128a4 commit a97dc74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ inputs:
skip-branch-protections:
default: "false"
description: Whether to skip deleting and recreating branch protections.
release-it-args:

Check failure on line 17 in action.yml

View workflow job for this annotation

GitHub Actions / lint

Expected mapping keys to be in ascending order. 'release-it-args' should be before 'skip-branch-protections'
description: Any arbitrary arguments to pass to `npx release-it --verbose`.
name: release-it Action
runs:
main: dist/index.js
Expand Down

0 comments on commit a97dc74

Please sign in to comment.