We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58cbddb + 3ed9a95 commit 55552abCopy full SHA for 55552ab
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
timeout-minutes: 15
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
- name: Setup .NET 6.0
20
uses: actions/setup-dotnet@v5
21
with:
@@ -37,5 +37,5 @@ jobs:
37
- name: Pack
38
if: ${{ runner.os == 'Windows' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
39
run: |
40
- dotnet pack ./Google.Authenticator/Google.Authenticator.csproj --configuration $(buildConfiguration) --no-build
+ dotnet pack ./Google.Authenticator/Google.Authenticator.csproj --configuration Release --no-build
41
dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.NUGET_KEY }}
0 commit comments