Skip to content

Commit 2897f8b

Browse files
committed
CI fix, maybe (thanks YAML, great choice, GitHub)
1 parent 62694e1 commit 2897f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-sonatype-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/[email protected]
1010
- name: Build and upload artifacts
11-
run: ./plugins/gradlew publishAllPublicationsToSonatypeSnapshotsRepository
11+
run: cd plugins && ./gradlew publishAllPublicationsToSonatypeSnapshotsRepository
1212
env:
1313
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
1414
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)