Skip to content

Commit

Permalink
github actions: remove test before publish as it executed in previous…
Browse files Browse the repository at this point in the history
… pipeline

Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Feb 7, 2024
1 parent 41f79d0 commit 2e7d65f
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 :plugin:publishPlugin
- name: Upload artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 2e7d65f

Please sign in to comment.