diff --git a/.github/workflows/deploy-release.yaml b/.github/workflows/deploy-release.yaml index bbfcb2eb1fab531d17e0e1c42fad2448d7935d24..dac0bcdcb5a79448bce16caa94c0dc0aa335dbe7 100644 --- a/.github/workflows/deploy-release.yaml +++ b/.github/workflows/deploy-release.yaml @@ -16,7 +16,7 @@ jobs: - name: Build and Test uses: qcastel/github-actions-maven-cmd@master with: - maven-args: "clean install" + maven-args: "clean install -Dmaven.test.skip" - name: Release uses: qcastel/github-actions-maven-release@master diff --git a/builds/discordaction-1.1.0.jar b/builds/discordaction-1.1.0.jar index 893dd1aa910d063286c18069c1a51ab9c07d7a23..774dce7579e00434dc08a2ec2ae817a29a3cdeb4 100644 Binary files a/builds/discordaction-1.1.0.jar and b/builds/discordaction-1.1.0.jar differ diff --git a/target/classes/com/stream_pi/discordaction/DiscordAction.class b/target/classes/com/stream_pi/discordaction/DiscordAction.class index 6674f3a1aaa6dda2828f8e88c308491c3cc939c7..2eaa1afd3661cbeee130ccbff3253fce8d382fa3 100644 Binary files a/target/classes/com/stream_pi/discordaction/DiscordAction.class and b/target/classes/com/stream_pi/discordaction/DiscordAction.class differ diff --git a/target/discordaction-1.1.0.jar b/target/discordaction-1.1.0.jar index 893dd1aa910d063286c18069c1a51ab9c07d7a23..774dce7579e00434dc08a2ec2ae817a29a3cdeb4 100644 Binary files a/target/discordaction-1.1.0.jar and b/target/discordaction-1.1.0.jar differ