Skip to content

Commit 6c6e828

Browse files
authored
fix: Publish step in GitHub Actions workflow (#203)
1 parent c3e4e6d commit 6c6e828

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
cache: "gradle"
2121
- name: Validate Gradle wrapper
2222
uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
23-
- name: Publish package
23+
- name: Setup Gradle
2424
uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2
25-
with:
26-
arguments: arguments
25+
- name: Publish Packagee
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
run: ./gradlew package
2929

0 commit comments

Comments
 (0)