Skip to content

Commit

Permalink
use latest dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwarz-eitco-de committed Jun 26, 2024
1 parent 7faf8f0 commit 92f8563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.301'
- uses: eitco/maven-deploy@0.0.2
with:
gpg-private-key: ${{ secrets.ARTIFACT_SIGNING_GPG_PRIVATE_KEY }}
Expand Down

0 comments on commit 92f8563

Please sign in to comment.