From 2e7d65fc72a865eca4c26e7060467a99354643db Mon Sep 17 00:00:00 2001 From: Vincent Gramer Date: Wed, 7 Feb 2024 19:08:17 +0100 Subject: [PATCH] github actions: remove test before publish as it executed in previous pipeline Signed-off-by: Vincent Gramer --- .github/workflows/release_and_pulbish_plugin_on_tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_and_pulbish_plugin_on_tag.yml b/.github/workflows/release_and_pulbish_plugin_on_tag.yml index 2392c0a..a08ae6c 100644 --- a/.github/workflows/release_and_pulbish_plugin_on_tag.yml +++ b/.github/workflows/release_and_pulbish_plugin_on_tag.yml @@ -32,7 +32,7 @@ jobs: - name: publish plugin run: | export ORG_GRADLE_PROJECT_pluginVersion="${GITHUB_REF/refs\/tags\//}" - ./gradlew clean :test :plugin:publishPlugin + ./gradlew :plugin:publishPlugin - name: Upload artifact uses: actions/upload-artifact@v2.2.2