We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfdf4c commit 94ad09fCopy full SHA for 94ad09f
.github/workflows/release-nuget.yml
@@ -19,7 +19,9 @@ jobs:
19
20
- name: Get version information from tag
21
id: get_version
22
- uses: battila7/get-version-action@v2
+ run: |
23
+ $version="${{github.ref_name}}".TrimStart("v")
24
+ "version-without-v=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
25
26
- name: Restore dependencies
27
run: dotnet restore src\Plugin.Maui.Audio.sln
0 commit comments