diff --git a/.github/workflows/CICD.yaml b/.github/workflows/CICD.yaml index 9c591a7..8e09190 100644 --- a/.github/workflows/CICD.yaml +++ b/.github/workflows/CICD.yaml @@ -153,8 +153,6 @@ jobs: toolchain: stable override: true - name: Login - env: - CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - run: cargo login + run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }} - name: Publish run: cargo publish