Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from IvanJosipovic/dev
Browse files Browse the repository at this point in the history
Set Nuget version from Tag Name
  • Loading branch information
IvanJosipovic authored Nov 2, 2019
2 parents 5369f6c + 35133da commit ea415fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
dotnet-version: 3.1.100-preview1-014459
- name: Dotnet Pack
working-directory: src/BlazorTable
run: dotnet pack --configuration Release
run: dotnet pack -c Release -p:Version=${GITHUB_REF##*/v}
- name: Dotnet Nuget Push
working-directory: src/BlazorTable/bin/Release
run: dotnet nuget push BlazorTable.*.nupkg -s https://api.nuget.org/v3/index.json -k $NUGET_API_KEY
run: dotnet nuget push BlazorTable.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
continue-on-error: true
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
- name: Create Release
uses: actions/create-release@master
env:
Expand Down
1 change: 0 additions & 1 deletion src/BlazorTable/BlazorTable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<Authors>Ivan Josipovic</Authors>
<PackageProjectUrl>https://BlazorTable.netlify.com</PackageProjectUrl>
<PackageTags>Blazor;Table;Grid;DataTable;Data;Sort;Filter;AspNetCore;AspNet</PackageTags>
<Version>0.0.8-preview1</Version>
<PackageIcon>icon.png</PackageIcon>
<RepositoryUrl>https://github.com/IvanJosipovic/BlazorTable</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down

0 comments on commit ea415fd

Please sign in to comment.