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 }}