Skip to content

Commit f086c80

Browse files
committed
publish fix
1 parent 5432b6c commit f086c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
6060
ORG_GRADLE_PROJECT_SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
6161
- name: Publish Linux Artifacts
62-
if: matrix.os == 'ubuntu-latest'
62+
if: matrix.os == 'ubuntu-18.04'
6363
run: ./gradlew publishLinux --no-daemon --stacktrace
6464
env:
6565
ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }}

0 commit comments

Comments
 (0)