diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9ac5def..3455fa0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: run: dotnet build --configuration Release - name: Pack working-directory: src/Blazor.Extensions.SignalR - run: dotnet pack --configuration Release + run: dotnet pack --configuration Release -p:Version=${GITHUB_REF##*/v} - name: Push working-directory: src/Blazor.Extensions.SignalR/bin/Release run: | @@ -33,4 +33,4 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} draft: false - prerelease: false \ No newline at end of file + prerelease: false