Skip to content

Commit 55552ab

Browse files
authored
Merge pull request #265 from BrandonPotter/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 58cbddb + 3ed9a95 commit 55552ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 15
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Setup .NET 6.0
2020
uses: actions/setup-dotnet@v5
2121
with:
@@ -37,5 +37,5 @@ jobs:
3737
- name: Pack
3838
if: ${{ runner.os == 'Windows' && github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
3939
run: |
40-
dotnet pack ./Google.Authenticator/Google.Authenticator.csproj --configuration $(buildConfiguration) --no-build
40+
dotnet pack ./Google.Authenticator/Google.Authenticator.csproj --configuration Release --no-build
4141
dotnet nuget push **\*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.NUGET_KEY }}

0 commit comments

Comments
 (0)