Skip to content

Commit

Permalink
update gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
onenoteperpage committed Jun 26, 2024
1 parent 480d3c1 commit afb7c16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Checkout code
uses: actions/checkout@v2

- name: Set up .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
dotnet-version: '6.0.x'

- name: Extract version number
id: extract_version
Expand Down

0 comments on commit afb7c16

Please sign in to comment.