diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml
index d42f1d0..845c7b4 100644
--- a/.github/workflows/action.yml
+++ b/.github/workflows/action.yml
@@ -62,8 +62,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- tag_name: ${{ steps.package_version.version }}
- release_name: Release ${{ steps.package_version.version }}
+ tag_name: v${{ steps.package_version.outputs.version }}
+ release_name: Release ${{ steps.package_version.outputs.version }}
body: See Readme
draft: false
prerelease: false
\ No newline at end of file
diff --git a/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj b/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj
index ce91eb3..b799e16 100644
--- a/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj
+++ b/AutomaticInterface/AutomaticInterface/AutomaticInterface.csproj
@@ -25,7 +25,7 @@
MIT
True
latest-Recommended
- 2.2.2
+ 2.2.3
README.md
true
1701;1702;NU5128