From 9aa45b46f032e120cf2b787bc6ef9f47df537e57 Mon Sep 17 00:00:00 2001 From: phoenix <85183285+PhoenixOrigin@users.noreply.github.com> Date: Sun, 15 Oct 2023 16:23:57 +0100 Subject: [PATCH] work maybe --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f8c41db..f80ab46 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,6 +45,6 @@ jobs: password: ${{ secrets.password }} format: maven2 repository: maven-releases - coordinates: groupId=net.phoenix artifactId=eventemitter version=${{ steps.version.outputs.version }} + coordinates: groupId=net.phoenix artifactId=eventemitter version=1.0.1 assets: extension=jar filename: /build/libs/EventEmitter-1.0-all.jar \ No newline at end of file