Skip to content

Commit 6aa4cee

Browse files
committed
version: 0.1.5
1 parent 0699c75 commit 6aa4cee

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
tags:
66
- "[0-9]+.[0-9]+.[0-9]+"
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
build:
1310
runs-on: windows-latest
@@ -36,6 +33,8 @@ jobs:
3633
release:
3734
needs: build
3835
runs-on: ubuntu-latest
36+
permissions:
37+
contents: write
3938

4039
steps:
4140
- name: Download build artifact

LuaMCP.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PublishSingleFile>true</PublishSingleFile>
99
<SelfContained>true</SelfContained>
1010
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
11-
<Version>0.1.4</Version>
11+
<Version>0.1.5</Version>
1212
<Copyright>Copyright © 2025 called_D, MIT license</Copyright>
1313
</PropertyGroup>
1414

0 commit comments

Comments
 (0)