Skip to content

Commit

Permalink
Update publish-plugin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anzhao authored Sep 27, 2024
1 parent 6f81d53 commit b2da229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Switch to ECP directory
run: cd ecp-datatype-plugin
- name: Run all tests
run: ./ecp-datatype-plugin/gradlew clean check --no-daemon
run: ./gradlew clean check --no-daemon
working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/ecp-datatype-plugin

determine_should_publish_new_version: # Publish new version for new tags
Expand Down

0 comments on commit b2da229

Please sign in to comment.