We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03436b0 commit 4382160Copy full SHA for 4382160
.github/workflows/release-nuget.yml
@@ -11,17 +11,17 @@ jobs:
11
runs-on: windows-latest
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Verify commit exists in origin/main
16
run: |
17
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
18
git branch --remote --contains | grep origin/main
19
- name: Set VERSION variable from tag
20
run: echo "VERSION=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_ENV
21
- name: Setup .NET
22
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
23
with:
24
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
25
- name: Get version information from tag
26
id: get_version
27
uses: battila7/get-version-action@v2
0 commit comments