diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 130aa80..895f744 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -19,10 +19,7 @@ jobs: uses: actions/checkout@v2 - name: Login - run: cargo login ${TOKEN} - with: - env: - TOKEN: ${{ secrets.CRATES_IO_TOKEN }} + run: cargo login ${{ secrets.CRATES_IO_TOKEN }} - name: Publish run: cargo publish