Skip to content

Commit

Permalink
. e fix pipeline and failed readme update step
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Feb 26, 2024
1 parent d96b849 commit d431d31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
- name: set snapshot version
run: mvn versions:set -DnewVersion=100.0.0-SNAPSHOT

- name: renable formatting
- name: re-enable formatting
run: ./set_formatting_on.sh

- name: Install Java for script
uses: actions/setup-java@v4
with:
java-version: 16
distribution: 'zulu'
java-version: '17'

- name: Run documentation update
run: java build/UpdateVersion.java ${{ steps.version.outputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ If you're using Maven, add this to your pom file:
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>22.3.2</version>
<version>22.4.0</version>
</dependency>
```

### Gradle

```gradle
dependencies {
testImplementation("com.approvaltests:approvaltests:22.3.2")
testImplementation("com.approvaltests:approvaltests:22.4.0")
}
```

Expand Down

0 comments on commit d431d31

Please sign in to comment.