Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/action/bump-npm-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,12 @@ inputs:
bump:
description: 'Which version bump (patch, minor, major)'
required: true
default: 'patch'
type: choice
options:
- patch
- minor
- major
token:
description: 'GitHub token for authentication'
required: true
type: string
repository:
description: 'GitHub repository to push changes to'
required: true
type: string

jobs:
bump:
Expand Down