Skip to content

Commit efb3357

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/1.8.0
2 parents 9526077 + e84f69b commit efb3357

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ jobs:
127127
- run: npm ci
128128
- run: npm run build-kotlin
129129
- run: ./gradlew publishToMavenCentral
130-
working-directory: ./packages/kotlin/
130+
working-directory: ./packages/kotlin/src/
131131

132132
- run: ./gradlew --stop
133-
working-directory: ./packages/kotlin/
133+
working-directory: ./packages/kotlin/src/
134134

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"test-webpack": "npm run test --workspace=packages/webpack",
4242

4343
"build-monaco": "npm run build --workspace=packages/monaco"
44-
4544
},
4645
"devDependencies": {
4746
"concurrently": "^9.2.1"

packages/csharp/src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryType>git</RepositoryType>
1818
<PackageTags>music,notation,engraver,renderer</PackageTags>
1919
<IncludeSymbols>true</IncludeSymbols>
20-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
20+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2121
<EnableWindowsTargeting>true</EnableWindowsTargeting>
2222
</PropertyGroup>
23-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)