Skip to content

Commit

Permalink
list packages
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Mar 21, 2022
1 parent c35c082 commit e9cc544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: sed 's/GITHUB_TOKEN/${{ secrets.GITHUB_TOKEN }}/g' "${{ github.workspace }}/Package/nuget.config" > nuget.config
- name: create file
run: dotnet pack ToolBox/ToolBox.csproj /p:NuspecFile=${{ github.workspace }}/ToolBox/ToolBox.nuspec -o ${{ github.workspace }}/Package/ -c release
- name: list packages
run: ls "${{ github.workspace }}/Package/"
- name: publish nuget on microsoft
run: dotnet nuget push "${{ github.workspace }}/Package/dein.ToolBox.${{ env.version }}.nupkg" -k ${{ secrets.NUGET_TOKEN }} -s "nuget" --skip-duplicate --no-symbols true
- name: publish nuget on github
Expand Down

0 comments on commit e9cc544

Please sign in to comment.