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 <vgramer@haproxy.com>
  • Loading branch information
vgramer committed Feb 6, 2024
1 parent 9adb26c commit e38b7b4
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/upload-artifact@v2.2.2
Expand Down

0 comments on commit e38b7b4

Please sign in to comment.