Skip to content

Commit

Permalink
Looking good
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 3, 2022
1 parent 857ac49 commit 59c7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# The following command will trigger the build.yml workflow as it pushes a alpha tag
./gradlew markNextVersion -Prelease.incrementer=increment${{ github.event.inputs.part }}
- name: Set next version
if: !contains(fromJson('["Major", "Minor", "Patch"]'), github.event.inputs.part)
if: (!contains(fromJson('["Major", "Minor", "Patch"]'), github.event.inputs.part))
run: |
# The following command will trigger the build.yml workflow as it pushes a alpha tag
./gradlew markNextVersion -Prelease.version=${{ github.event.inputs.part }}
Expand Down

0 comments on commit 59c7cbf

Please sign in to comment.