Skip to content

Commit 94ad09f

Browse files
authored
Remove 3rd party dep from NuGet release build
1 parent 1cfdf4c commit 94ad09f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
2020
- name: Get version information from tag
2121
id: get_version
22-
uses: battila7/get-version-action@v2
22+
run: |
23+
$version="${{github.ref_name}}".TrimStart("v")
24+
"version-without-v=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
2325
2426
- name: Restore dependencies
2527
run: dotnet restore src\Plugin.Maui.Audio.sln

0 commit comments

Comments
 (0)