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 3565cd4 commit bc693f5Copy full SHA for bc693f5
.github/workflows/release-maui.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Dotnet Pack
26
working-directory: ./src/Blazor-ApexCharts-MAUI
27
- run: dotnet pack -c Release -p:Version=${{GITHUB_REF##*/v}}
+ run: dotnet pack -c Release -p:Version=${{ GITHUB_REF##*/v }}
28
29
- name: Dotnet Nuget Push
30
working-directory: ./src/Blazor-ApexCharts-MAUI/bin/Release
0 commit comments