Skip to content

Commit 51e2b88

Browse files
committed
Update build
1 parent 94cf606 commit 51e2b88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
with:
1616
configuration: Release
1717
productNamespacePrefix: "SourceGenerators"
18-
installWorkflows: false
18+
installWorkflows: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
configuration: Release
1515
productNamespacePrefix: "SourceGenerators"
16-
installWorkflows: false
16+
installWorkflows: true
1717
secrets:
1818
SIGN_ACCOUNT_NAME: ${{ secrets.SIGN_ACCOUNT_NAME }}
1919
SIGN_PROFILE_NAME: ${{ secrets.SIGN_PROFILE_NAME }}

0 commit comments

Comments
 (0)