Skip to content

Commit

Permalink
Update dotnet-publish-gpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BattlefieldDuck authored Jan 16, 2024
1 parent b750739 commit 9d9b8cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet-publish-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
- uses: actions/checkout@v4
- name: Setup .NET 7
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x
dotnet-version: 7
source-url: https://nuget.pkg.github.com/OpenGSQ/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 9d9b8cb

Please sign in to comment.