Skip to content

Commit

Permalink
tweak publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
lineville committed Oct 11, 2023
1 parent 95a546b commit 0de00e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
source-url: https://nuget.pkg.github.com/lineville/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}

- name: 📦 Build
Expand All @@ -46,4 +44,4 @@ jobs:

- name: 🚀 Publish
working-directory: ./USTACLI
run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true
run: dotnet nuget push ./out/*.nupkg --skip-duplicate -n true -k ${{ secrets.NUGET_API_KEY }} --source https://nuget.pkg.github.com/lineville/index.json

0 comments on commit 0de00e2

Please sign in to comment.