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 17, 2024
1 parent c58fd4e commit 6f81d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout local repository
uses: actions/checkout@v3
with:
path: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/ecp-datatype-plugin
path: ${{ github.workspace }}/${{ env.SERVICE_NAME }}
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -30,7 +30,7 @@ jobs:
run: cd ecp-datatype-plugin
- name: Run all tests
run: ./ecp-datatype-plugin/gradlew clean check --no-daemon
working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/
working-directory: ${{ github.workspace }}/${{ env.SERVICE_NAME }}/ecp-datatype-plugin

determine_should_publish_new_version: # Publish new version for new tags
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6f81d53

Please sign in to comment.