Skip to content

Commit 2270ed2

Browse files
committed
signing is disabled, should not exclude as there is no sign
1 parent 6ea3a65 commit 2270ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
uses: gradle/gradle-build-action@v2
8686

8787
- name: Publish to local
88-
run: ./gradlew publishToMavenLocal -x sign
88+
run: ./gradlew publishToMavenLocal
8989

9090
- name: Build azure functions sample
9191
run: ./gradlew azureFunctionsPackage
@@ -124,7 +124,7 @@ jobs:
124124
uses: gradle/gradle-build-action@v2
125125

126126
- name: Publish to local
127-
run: ./gradlew publishToMavenLocal -x sign
127+
run: ./gradlew publishToMavenLocal
128128

129129
- name: Build azure functions sample
130130
run: ./gradlew azureFunctionsPackage

0 commit comments

Comments
 (0)