Skip to content

Commit 9c8a91e

Browse files
committed
Release job
1 parent 838cc93 commit 9c8a91e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ jobs:
8787
env:
8888
ARTIFACT_FOLDER: "${{ github.workspace }}/nuget"
8989
steps:
90+
- name: Checkout
91+
uses: actions/checkout@v1
92+
- name: Setup GitVersion
93+
run: dotnet tool install gitversion.tool -g
9094
- name: Download a Build Artifact
9195
uses: actions/[email protected]
9296
with:

0 commit comments

Comments
 (0)