Skip to content

Commit

Permalink
Update release.yml (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmOmofonmwan authored Jan 13, 2025
1 parent d3fd31d commit a269e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
version_type:
description: 'Development version type to increment'
required: true
default: 'minor'
default: 'patch'
type: choice
options:
- major
Expand Down Expand Up @@ -46,4 +46,4 @@ jobs:
with:
version_type: ${{ github.event.inputs.version_type }}
github_token: ${{secrets.GITHUB_TOKEN}}
release_version: ${{ github.event.inputs.release_version }}
release_version: ${{ github.event.inputs.release_version }}

0 comments on commit a269e73

Please sign in to comment.