Skip to content

Commit f6e1c21

Browse files
authored
Do checkout step in publish job (#150)
1 parent 8cbd14f commit f6e1c21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
- uses: actions/download-artifact@v2
7575

7676
# Append the nuget package to the github release that triggered this workflow
77+
- name: Checkout code
78+
uses: actions/checkout@v2
79+
7780
- name: Upload release asset
7881
if: github.event_name == 'release'
7982
run: gh release upload ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)