Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 29a7309

Browse files
committed
Update workflow to update ManifestVersion for winget
1 parent c0cab6c commit 29a7309

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
InstallerUrl: https://github.com/mubbie/stacksmith/releases/download/v${VERSION}/stacksmith-setup.exe
112112
InstallerSha256: ${INSTALLER_SHA}
113113
ManifestType: installer
114-
ManifestVersion: 1.4.0
114+
ManifestVersion: 1.10.0
115115
EOF
116116
117117
cat > ./manifests/m/Mubbie/Stacksmith/${VERSION}/Mubbie.Stacksmith.locale.en-US.yaml << EOF
@@ -123,15 +123,15 @@ jobs:
123123
License: MIT
124124
ShortDescription: Ultralight Artisan Git Stacking Tool
125125
ManifestType: defaultLocale
126-
ManifestVersion: 1.4.0
126+
ManifestVersion: 1.10.0
127127
EOF
128128
129129
cat > ./manifests/m/Mubbie/Stacksmith/${VERSION}/Mubbie.Stacksmith.yaml << EOF
130130
PackageIdentifier: Mubbie.Stacksmith
131131
PackageVersion: ${VERSION}
132132
DefaultLocale: en-US
133133
ManifestType: version
134-
ManifestVersion: 1.4.0
134+
ManifestVersion: 1.10.0
135135
EOF
136136
137137
- name: Create Fork via API

0 commit comments

Comments
 (0)