Skip to content

Commit

Permalink
fix input names
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Sep 11, 2024
1 parent 11d34f0 commit 305023a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/changesets-fixed-version-bump/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: 'Fixed version bump'
description: 'Bumps version for fixed packages and the root package.json using changests.'
inputs:
before-bump-script:
before-bump:
description: 'Script to run before bumping the version'
required: false
after-bump-script:
after-bump:
description: 'Script to run after bumping the version'
required: false
outputs:
Expand Down

0 comments on commit 305023a

Please sign in to comment.