We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0699c75 commit 6aa4ceeCopy full SHA for 6aa4cee
2 files changed
.github/workflows/release.yml
@@ -5,9 +5,6 @@ on:
5
tags:
6
- "[0-9]+.[0-9]+.[0-9]+"
7
8
-permissions:
9
- contents: write
10
-
11
jobs:
12
build:
13
runs-on: windows-latest
@@ -36,6 +33,8 @@ jobs:
36
33
release:
37
34
needs: build
38
35
runs-on: ubuntu-latest
+ permissions:
+ contents: write
39
40
steps:
41
- name: Download build artifact
LuaMCP.csproj
@@ -8,7 +8,7 @@
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
- <Version>0.1.4</Version>
+ <Version>0.1.5</Version>
<Copyright>Copyright © 2025 called_D, MIT license</Copyright>
</PropertyGroup>
14
0 commit comments