Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed Sep 5, 2022
1 parent 426f9da commit 0ba6709
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: ${{env.MAIN_CSPROJ}}
INCLUDE_SYMBOLS: true
- name: display version
run: |
echo 'new version is :'
echo ${{steps.publish_nuget.outputs.VERSION}}
- name: Create Release
if: ${{ success() && matrix.os == 'ubuntu-latest' && steps.publish_nuget.outputs.VERSION != '' && steps.publish_nuget.outputs.VERSION != null }}
id: create_release
Expand Down
4 changes: 2 additions & 2 deletions CoreLisp/CoreLisp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<PackageVersion>1.0.8</PackageVersion>
<PackageVersion>1.0.9</PackageVersion>
<Description> .net core lisp interpreter</Description>
<version>1.0.8</version> <PackageProjectUrl>https://github.com/b3b00/corelisp</PackageProjectUrl>
<version>1.0.9</version> <PackageProjectUrl>https://github.com/b3b00/corelisp</PackageProjectUrl>
<RepositoryUrl>https://github.com/b3b00/corelisp</RepositoryUrl>
<PackageLicenseUrl>https://github.com/b3b00/corelisp/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit 0ba6709

Please sign in to comment.