Skip to content

Commit

Permalink
change version for test purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Elekt0 committed May 24, 2023
1 parent e87dc37 commit a3954f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

build:
needs: readPomAndLastRelease
if: needs.readPomAndLastRelease.outputs.pomVersion == needs.readPomAndLastRelease.outputs.lastReleaseId # change to != later on
if: needs.readPomAndLastRelease.outputs.pomVersion != needs.readPomAndLastRelease.outputs.lastReleaseId
runs-on: ubuntu-latest
permissions: write-all
steps:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>de.vate</groupId>
<artifactId>VATE</artifactId>
<version>0.1</version>
<version>0.2</version>

<build>
<plugins>
Expand Down

0 comments on commit a3954f7

Please sign in to comment.