diff options
-rw-r--r-- | .github/workflows/Publish.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 11a9355..c61e215 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - name: Publish run: | cargo login ${{ secrets.CARGO_API_KEY }} |