Skip to content

Commit

Permalink
Do Correct Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Dec 5, 2024
1 parent b3b2b31 commit 4780f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ jobs:
uses: bitwarden/dotnet-extensions/.github/workflows/version-bump.yml@main
with:
package: ${{ needs.parse.outputs.package }}
type: ${{ inputs.prerelease && 'prerelease' || 'ga' }}
type: ${{ inputs.prerelease && 'prerelease' || 'hotfix' }}

0 comments on commit 4780f85

Please sign in to comment.