Skip to content

Commit 0845b94

Browse files
committed
Fix invalid workflows
1 parent f4b1443 commit 0845b94

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/publish-ayatana-maven.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- name: Build package
4545
run: ./gradlew clean build
46-
env:
4746

4847
- name: Publish package
4948
run: ./gradlew publishToSonatype closeSonatypeStagingRepository

.github/workflows/publish-maven.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- name: Build package
4545
run: ./gradlew clean build
46-
env:
4746

4847
- name: Publish package
4948
run: ./gradlew publishToSonatype closeSonatypeStagingRepository

.github/workflows/publish-minimal-maven.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
- name: Build package
4545
run: ./gradlew clean build
46-
env:
4746

4847
- name: Publish package
4948
run: ./gradlew publishToSonatype closeSonatypeStagingRepository

0 commit comments

Comments
 (0)