diff options
author | seancarroll <seanc28@gmail.com> | 2021-03-24 22:58:32 -0500 |
---|---|---|
committer | seancarroll <seanc28@gmail.com> | 2021-03-24 22:58:32 -0500 |
commit | 0c08b59e97f67e8cd41da14fc2158ba8a609ff56 (patch) | |
tree | b64d379f63ab7c3b55289f6bba5d62b425c62e07 | |
parent | 1163b18177eca585056de2442b7d253876f74297 (diff) | |
download | dotavious-0c08b59e97f67e8cd41da14fc2158ba8a609ff56.zip |
-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 }} |