Skip to content

Commit 8e4b898

Browse files
committed
Update build-validation workflow to remove signing step from local Maven publish
1 parent a15f678 commit 8e4b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
uses: gradle/gradle-build-action@v2
142142

143143
- name: Publish to local
144-
run: ./gradlew publishToMavenLocal -x sign
144+
run: ./gradlew publishToMavenLocal
145145

146146
- name: Build azure functions sample
147147
run: ./gradlew azureFunctionsPackage

0 commit comments

Comments
 (0)