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

Commit

Permalink
job name + glob pattern nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
s-e-f committed Jul 31, 2023
1 parent 7d36f40 commit d5c4cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: write

jobs:
dotsef-hosts:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -22,7 +22,7 @@ jobs:
with:
global-json-file: global.json
- run: dotnet pack -c Release
- run: dotnet nuget push **/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
- run: dotnet nuget push Squeel/**/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_API_KEY }}
- run: nbgv tag
- run: git push origin v$(nbgv get-version -v NugetPackageVersion)
shell: bash

0 comments on commit d5c4cfe

Please sign in to comment.