Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonfournier authored Jul 22, 2024
1 parent 773d793 commit 48b0b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
if: github.event.inputs.release == 'minor'
- run: ./gradlew release -Prelease.versionIncrementer=incrementPatch
if: github.event.inputs.release == 'patch'
- run: ./gradlew release -Prelease.versionIncrementer=incrementPreRelease
if: github.event.inputs.release == 'pre-release'
- run: ./gradlew release -Prelease.versionIncrementer=incrementPrerelease
if: github.event.inputs.release == 'pre-release'

0 comments on commit 48b0b12

Please sign in to comment.