Skip to content

Commit 2d00919

Browse files
committed
Sequence jobs: build+sign → publish NuGet → create GitHub release
1 parent e61c222 commit 2d00919

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ jobs:
4747
for pkg in *.nupkg; do
4848
dotnet nuget push "$pkg" --source https://api.nuget.org/v3/index.json --api-key "${{ steps.nuget-login.outputs.NUGET_API_KEY }}"
4949
done
50+
51+
create-release:
52+
needs: [release, publish-nuget]
53+
uses: reactiveui/actions-common/.github/workflows/workflow-common-create-release.yml@main
54+
with:
55+
version: ${{ needs.release.outputs.semver2 }}

0 commit comments

Comments
 (0)