diff --git a/.gitea/workflows/publish-nuget.yml b/.gitea/workflows/publish-nuget.yml
index 1389172..4f490cf 100644
--- a/.gitea/workflows/publish-nuget.yml
+++ b/.gitea/workflows/publish-nuget.yml
@@ -15,32 +15,13 @@ on:
# default: 'Just CI Build'
jobs:
- checkout-code:
- runs-on: ubuntu-latest # Has Git + Node.js for checkout
- steps:
- - name: Checkout repository
- uses: actions/checkout@v3
- with:
- fetch-depth: 0 # Needed for version detection if used
-
- - name: Upload source code as artifact
- uses: actions/upload-artifact@v3
- with:
- name: source-code
- path: ./
- retention-days: 1
-
build-and-publish:
runs-on: ubuntu-latest
container:
image: vaibhavgawali/dotnet-node-python-openjdk:latest
- needs: checkout-code
steps:
- - name: Download source code
- uses: actions/download-artifact@v3
- with:
- name: source-code
- path: .
+ - name: Checkout repository
+ uses: actions/checkout@v3
- name: Restore dependencies
run: |
diff --git a/Sharp8N.AiComponents.csproj b/Sharp8N.AiComponents.csproj
index ed9e1c6..0c9e74a 100644
--- a/Sharp8N.AiComponents.csproj
+++ b/Sharp8N.AiComponents.csproj
@@ -11,7 +11,7 @@
true
Sharp8N.AiComponents
- 1.0.11
+ 1.0.12
Vitalick S
Sharp8N
Sharp8N AI components library
@@ -20,7 +20,7 @@
-
+