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.
2 parents 4aa678e + e2453c7 commit 843b74cCopy full SHA for 843b74c
.github/workflows/dotnet-publish.yml
@@ -35,7 +35,7 @@ jobs:
35
# Note that we substr the release version to get the numbers only, without
36
# the 'v' prefix.
37
- name: Pack binary
38
- run: dotnet pack --configuration Release --no-restore -p:PackageVersion=${RELEASE_VERSION:1}
+ run: dotnet pack --configuration Release --no-restore -p:PackageVersion=${RELEASE_VERSION:1} Bearded.Graphics/Bearded.Graphics.csproj
39
40
# Create a GitHub release
41
- name: Create a Release
0 commit comments