File tree Expand file tree Collapse file tree
BLite.Client.SourceGenerators Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,14 +284,22 @@ jobs:
284284 - name : Setup Gradle
285285 uses : gradle/actions/setup-gradle@v4
286286
287+ - name : Decode GPG signing key
288+ run : |
289+ {
290+ echo 'ORG_GRADLE_PROJECT_signingInMemoryKey<<EOF'
291+ echo "${{ secrets.GPG_SIGNING_KEY }}" | base64 --decode
292+ echo 'EOF'
293+ } >> "$GITHUB_ENV"
294+
287295 - name : Publish to Maven Central
288296 working-directory : src/BLite.Client.Java
289297 run : gradle publish -Pversion=${{ steps.version.outputs.version }}
290298 env :
291299 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
292300 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
293- ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.GPG_SIGNING_KEY }}
294301 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.GPG_SIGNING_PASSWORD }}
302+ # signingInMemoryKey is injected from the decode step via $GITHUB_ENV
295303
296304 # ── GitHub Release ────────────────────────────────────────────────────────────
297305 release :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88}
99
1010group = " io.blite"
11- version = " 0.1.2 "
11+ version = " 0.1.3 "
1212
1313java {
1414 toolchain { languageVersion.set(JavaLanguageVersion .of(21 )) }
Original file line number Diff line number Diff line change 99 <RootNamespace >BLite.Client.SourceGenerators</RootNamespace >
1010 <AssemblyName >BLite.Client.SourceGenerators</AssemblyName >
1111
12- <Version >0.1.2 </Version >
12+ <Version >0.1.3 </Version >
1313 <Authors >BLite Team</Authors >
1414 <Company >EntglDb</Company >
1515 <Copyright >Copyright © 2026 Luca Fabbri</Copyright >
Original file line number Diff line number Diff line change 11{
22 "name" : " @blite/client" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " TypeScript/Node.js client for BLite database server" ,
55 "author" : " EntglDb" ,
66 "license" : " AGPL-3.0" ,
Original file line number Diff line number Diff line change 99 <RootNamespace >BLite.Client</RootNamespace >
1010 <AssemblyName >BLite.Client</AssemblyName >
1111
12- <Version >0.1.2 </Version >
13- <AssemblyVersion >0.1.2 .0</AssemblyVersion >
14- <FileVersion >0.1.2 .0</FileVersion >
12+ <Version >0.1.3 </Version >
13+ <AssemblyVersion >0.1.3 .0</AssemblyVersion >
14+ <FileVersion >0.1.3 .0</FileVersion >
1515 <Authors >BLite Team</Authors >
1616 <Company >EntglDb</Company >
1717 <Copyright >Copyright © 2026 Luca Fabbri</Copyright >
Original file line number Diff line number Diff line change 88 <RootNamespace >BLite.Proto</RootNamespace >
99 <AssemblyName >BLite.Proto</AssemblyName >
1010
11- <Version >0.1.2 </Version >
12- <AssemblyVersion >0.1.2 .0</AssemblyVersion >
13- <FileVersion >0.1.2 .0</FileVersion >
11+ <Version >0.1.3 </Version >
12+ <AssemblyVersion >0.1.3 .0</AssemblyVersion >
13+ <FileVersion >0.1.3 .0</FileVersion >
1414 <Authors >BLite Team</Authors >
1515 <Company >EntglDb</Company >
1616 <Copyright >Copyright © 2026 Luca Fabbri</Copyright >
Original file line number Diff line number Diff line change 99 <AssemblyName >BLite.Server</AssemblyName >
1010 <OutputType >Exe</OutputType >
1111
12- <Version >0.1.2 </Version >
13- <AssemblyVersion >0.1.2 .0</AssemblyVersion >
14- <FileVersion >0.1.2 .0</FileVersion >
12+ <Version >0.1.3 </Version >
13+ <AssemblyVersion >0.1.3 .0</AssemblyVersion >
14+ <FileVersion >0.1.3 .0</FileVersion >
1515 <Authors >BLite Team</Authors >
1616 <Company >EntglDb</Company >
1717 <Copyright >Copyright © 2026 Luca Fabbri</Copyright >
You can’t perform that action at this time.
0 commit comments