Skip to content

Commit

Permalink
housekeeping: Checkout in release build (#425)
Browse files Browse the repository at this point in the history
* housekeeping: Checkout in release build

* Remove unneeded lock file
  • Loading branch information
glennawatson authored Oct 6, 2020
1 parent 9dd729c commit e93ebfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
needs: build
if: contains(github.event.pull_request.labels.*.name, 'release') && github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Download NuGet Packages
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit e93ebfe

Please sign in to comment.