Skip to content

Commit

Permalink
fix gradlew not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Robothy committed Feb 5, 2021
1 parent 117ef5b commit f1192c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: gradle wrapper

- name: test
run: gradlew test
run: ./gradlew test

- name: set API keys
run: |
Expand All @@ -41,4 +41,4 @@ jobs:
echo "gradle.publish.secret=${{secrets.GRADLE_PUBLISH_SECRET}}" > ~/.gradle/gradle.properties
- name: publish plugins
run: gradlew publishPlugins
run: ./gradlew publishPlugins

0 comments on commit f1192c0

Please sign in to comment.