Skip to content

Commit

Permalink
Comment out GH packages publish cuz reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 authored Aug 17, 2023
1 parent 3b1d6a4 commit 3ea803f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Auth
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Misha-133/index.json"
- name: Pack
run: dotnet pack --configuration Release
- name: Publish package
run: dotnet nuget push "$NAMESPACE/bin/Release/$NAMESPACE.1.1.0.nupkg" --source "github" --api-key ${{secrets.ACCESS_TOKEN}}
# - name: Auth
# run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Misha-133/index.json"
# - name: Pack
# run: dotnet pack --configuration Release
# - name: Publish package
# run: dotnet nuget push "$NAMESPACE/bin/Release/$NAMESPACE.1.1.0.nupkg" --source "github" --api-key ${{secrets.ACCESS_TOKEN}}
# - name: Test
# run: dotnet test --no-build --verbosity normal

0 comments on commit 3ea803f

Please sign in to comment.