Skip to content

Commit

Permalink
github action: remove tests in publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Feb 6, 2024
1 parent ad17ade commit 324a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_pulbish_plugin_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: publish plugin
run: |
export ORG_GRADLE_PROJECT_pluginVersion="${GITHUB_REF/refs\/tags\//}"
./gradlew clean :test :plugin:publishPlugin
./gradlew clean :plugin:publishPlugin
- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 324a195

Please sign in to comment.