From 98f513eb7a6480cec069a17c219d29e9fc4cfe88 Mon Sep 17 00:00:00 2001 From: Simon G Date: Tue, 24 Sep 2019 15:06:08 +0200 Subject: [PATCH] - add checkout --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b00211b..b6da841 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,6 +8,8 @@ jobs: # runs-on: windows-latest # steps: +# - name: Checkout +# uses: actions/checkout@v1 # - name: Deploy to NuGet Gallery # env: # NUGET_KEY: ${{ secrets.NUGET_KEY }} @@ -21,6 +23,8 @@ jobs: runs-on: windows-latest steps: + - name: Checkout + uses: actions/checkout@v1 - name: Deploy to GitHub Package Registry # env: # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}