Skip to content

Commit

Permalink
Updating github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
pvecchiato committed Nov 4, 2024
1 parent 78e9644 commit 59eb8fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Publish to Nuget
on:
push:
branches:
- master
- main

jobs:
publish:
name: publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: "0"
- id: tag
uses: Viostream/github-tag-action@v2
uses: Viostream/github-tag-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Write out version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: ['3.1.x']
dotnet: ['8.0']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- id: test
Expand Down

0 comments on commit 59eb8fd

Please sign in to comment.