remove dry-run of releases
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Ryan Harg 2024-11-28 11:00:38 +01:00
parent f6415a90d7
commit 27d335d165

View file

@ -194,9 +194,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<dryRun>true</dryRun>
</configuration>
</plugin>
</plugins>
</build>